From 91996a5dae7858d89832cfbc8a8bd21a6dcd368c Mon Sep 17 00:00:00 2001 From: Yongjie Zhao Date: Tue, 13 Apr 2021 09:30:07 +0800 Subject: [PATCH] Update superset/app.py Great! Co-authored-by: Erik Ritter --- superset/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/app.py b/superset/app.py index 6fdecd8c8ccf7..cd7bf3657639d 100644 --- a/superset/app.py +++ b/superset/app.py @@ -549,6 +549,7 @@ def init_app(self) -> None: order to fully init the app """ self.pre_init() + # Configuration of logging must be done first to apply the formatter properly self.configure_logging() self.setup_db() self.configure_celery()