mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed typo in logging.raiseException, it is 'raiseExceptions'. Fixes #3933
This commit is contained in:
parent
212ca01506
commit
c4ea1a56bc
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user