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