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 72c0ff6 commit 5512a52Copy full SHA for 5512a52
bufflog/__init__.py
@@ -70,4 +70,4 @@ def increase_level_numbers(_, __, event_dict):
70
)
71
72
bufflog = structlog.get_logger()
73
-bufflog.setLevel(LOG_LEVEL)
+bufflog._logger.setLevel(LOG_LEVEL)
0 commit comments