Skip to content

Commit

Permalink
Update superset/app.py
Browse files Browse the repository at this point in the history
Great!

Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>
  • Loading branch information
zhaoyongjie and Erik Ritter authored Apr 13, 2021
1 parent b7e9c0e commit 91996a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 91996a5

Please sign in to comment.