Skip to content

Commit

Permalink
Fix root logger config
Browse files Browse the repository at this point in the history
  • Loading branch information
realshouzy committed Jun 11, 2024
1 parent b90fc80 commit 14ac728
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pip_manage/_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ def setup_logging(
"level": "WARNING",
},
},
"root": {
"level": "DEBUG",
"handlers": ["stdout", "stderr"],
},
"loggers": {
"": {
"level": "DEBUG",
"handlers": ["stdout", "stderr"],
},
logger_name: {"level": level, "propagate": True},
},
},
Expand Down

0 comments on commit 14ac728

Please sign in to comment.