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 3e0a421 commit 0791296Copy full SHA for 0791296
1 file changed
api/app/settings/common.py
@@ -610,9 +610,8 @@
610
CHARGEBEE_SITE = env("CHARGEBEE_SITE", default=None)
611
612
# Logging is configured by flagsmith-common's setup_logging() in ensure_cli_env(),
613
-# before Django loads. This no-op dict prevents Django's dictConfig() from
614
-# overriding the already-configured handlers.
615
-LOGGING = {"version": 1, "disable_existing_loggers": False}
+# before Django loads. Disable Django's logging config to preserve our setup.
+LOGGING_CONFIG = None
616
LOG_FORMAT = env.str("LOG_FORMAT", default="generic")
617
LOG_LEVEL = env.str("LOG_LEVEL", default="WARNING")
618
0 commit comments