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 e3defba commit c4b7722Copy full SHA for c4b7722
json_logging/__init__.py
@@ -61,7 +61,6 @@ def config_root_logger():
61
if ENABLE_JSON_LOGGING:
62
ENABLE_JSON_LOGGING_DEBUG and _logger.debug("Update root logger to using JSONLogFormatter")
63
64
- global _default_formatter
65
util.update_formatter_for_loggers([logging.root], _default_formatter)
66
67
0 commit comments