We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387ff91 commit 43588c3Copy full SHA for 43588c3
test/__init__.py
@@ -8,7 +8,7 @@
8
class TestsLogging(Logging):
9
"""Logging configuration."""
10
11
- level_package = logging.DEBUG
+ level_global = logging.DEBUG
12
13
14
TestsLogging.configure()
0 commit comments