Skip to content

Commit

Permalink
set default cashocs log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
sblauth committed Oct 25, 2024
1 parent ab4ed2a commit b4fa442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashocs/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, name: str) -> None:
"""
h = logging.StreamHandler()
h.setLevel(logging.WARNING)
h.setLevel(logging.INFO)
self._handler = h

self._log = logging.getLogger(name)
Expand Down

0 comments on commit b4fa442

Please sign in to comment.