Fixed typo in logging.raiseException, it is 'raiseExceptions'. Fixes #3933

pull/22/head
Akshay Joshi 2019-03-25 11:36:18 +05:30
parent 212ca01506
commit c4ea1a56bc
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ def create_app(app_name=None):
# We won't care about errors in the logging system, we are more
# interested in application errors.
logging.raiseException = False
logging.raiseExceptions = False
# Add SQL level logging, and set the base logging level
logging.addLevelName(25, 'SQL')