[fix] Typo on config comments for SILENCE_FAB (#6901)
This commit is contained in:
parent
47f42ed351
commit
a97f3b639e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue