Skip to content

Commit 1a2a1c7

Browse files
committed
logging: do not change the root logger's level
Fixes #572
1 parent 2ab2c83 commit 1a2a1c7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

debug_toolbar/panels/logging.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ def emit(self, record):
5050

5151
collector = LogCollector()
5252
logging_handler = ThreadTrackingHandler(collector)
53-
logging.root.setLevel(logging.NOTSET)
5453
logging.root.addHandler(logging_handler)
5554

5655

0 commit comments

Comments
 (0)