Silence FAB logging

This commit is contained in:
Jessie Ross 2024-06-25 16:46:37 +07:00
parent 22ae88fa1f
commit 34007ccc2b
1 changed files with 1 additions and 1 deletions

View File

@ -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