Skip to content

Commit

Permalink
fix: unable to apply logging format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoyongjie committed Apr 11, 2021
1 parent a4fd6b8 commit b7e9c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,13 +549,13 @@ def init_app(self) -> None:
order to fully init the app
"""
self.pre_init()
self.configure_logging()
self.setup_db()
self.configure_celery()
self.setup_event_logger()
self.setup_bundle_manifest()
self.register_blueprints()
self.configure_wtf()
self.configure_logging()
self.configure_middlewares()
self.configure_cache()

Expand Down

0 comments on commit b7e9c0e

Please sign in to comment.