Skip to content

Commit

Permalink
revert: wrong debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Jan 25, 2025
1 parent 69b73b4 commit 2726f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alumnium/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

if os.getenv("ALUMNIUM_DEBUG", "0") == "1":
logger = logging.getLogger(__name__)
logger.setLevel(level=logging.INFO)
logger.setLevel(level=logging.DEBUG)
logger.addHandler(logging.StreamHandler(sys.stdout))


Expand Down

0 comments on commit 2726f82

Please sign in to comment.