mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
fix: unable to apply logging format (#14074)
* fix: unable to apply logging format * Update superset/app.py Great! Co-authored-by: Erik Ritter <erik.ritter@airbnb.com> Co-authored-by: Erik Ritter <erik.ritter@airbnb.com>
This commit is contained in:
@@ -549,13 +549,14 @@ class SupersetAppInitializer:
|
||||
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()
|
||||
self.setup_event_logger()
|
||||
self.setup_bundle_manifest()
|
||||
self.register_blueprints()
|
||||
self.configure_wtf()
|
||||
self.configure_logging()
|
||||
self.configure_middlewares()
|
||||
self.configure_cache()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user