[fix] Typo on config comments for SILENCE_FAB (#6901)

This commit is contained in:
Daniel Vaz Gaspar 2019-02-17 22:03:04 +00:00 committed by Maxime Beauchemin
parent 47f42ed351
commit a97f3b639e

View File

@ -459,7 +459,7 @@ SMTP_MAIL_FROM = 'superset@superset.com'
if not CACHE_DEFAULT_TIMEOUT:
CACHE_DEFAULT_TIMEOUT = CACHE_CONFIG.get('CACHE_DEFAULT_TIMEOUT')
# Whether to bump the logging level to ERRROR on the flask_appbiulder package
# 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 = True