Unverified Commit da115230 authored by Andrew Song's avatar Andrew Song Committed by GitHub
Browse files

[Bugfix] Don't disable existing loggers (#7664)

parent 7601cb04
...@@ -43,6 +43,7 @@ DEFAULT_LOGGING_CONFIG = { ...@@ -43,6 +43,7 @@ DEFAULT_LOGGING_CONFIG = {
}, },
}, },
"version": 1, "version": 1,
"disable_existing_loggers": False
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment