From 34007ccc2b742a3c969daf7012a1a4c31afc1121 Mon Sep 17 00:00:00 2001 From: Jessie Ross Date: Tue, 25 Jun 2024 16:46:37 +0700 Subject: [PATCH] Silence FAB logging --- superset/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/config.py b/superset/config.py index 64b8150512..e0936828ca 100644 --- a/superset/config.py +++ b/superset/config.py @@ -1180,7 +1180,7 @@ ENABLE_CHUNK_ENCODING = False # Whether to bump the logging level to ERROR on the flask_appbuilder package # Set to False if/when debugging FAB related issues like # permission management -SILENCE_FAB = not DEBUG +SILENCE_FAB = True FAB_ADD_SECURITY_VIEWS = True FAB_ADD_SECURITY_PERMISSION_VIEW = False