Skip to content

Commit 43588c3

Browse files
committed
chore: enable logging level overriding in tests
1 parent 387ff91 commit 43588c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
class TestsLogging(Logging):
99
"""Logging configuration."""
1010

11-
level_package = logging.DEBUG
11+
level_global = logging.DEBUG
1212

1313

1414
TestsLogging.configure()

0 commit comments

Comments
 (0)