mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 08:46:39 -06:00
Set the Werkzeug logger to the same log level as the rest of the app.
This commit is contained in:
parent
7f667f5761
commit
bfca1e3ac8
@ -228,7 +228,7 @@ def create_app(app_name=None):
|
||||
# stream handler thus ensuring all the logging goes through the pgAdmin
|
||||
# logger.
|
||||
logger = logging.getLogger('werkzeug')
|
||||
logger.setLevel(logging.INFO)
|
||||
logger.setLevel(config.CONSOLE_LOG_LEVEL)
|
||||
|
||||
# Set SQLITE_PATH to TEST_SQLITE_PATH while running test cases
|
||||
if (
|
||||
|
Loading…
Reference in New Issue
Block a user