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

This commit is contained in:
Andrew Song 2024-08-19 15:11:58 -07:00 committed by GitHub
parent 7601cb044d
commit da115230fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,6 +43,7 @@ DEFAULT_LOGGING_CONFIG = {
},
},
"version": 1,
"disable_existing_loggers": False
}