Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Remove werkzeug hardcoded logging level#5941

Merged
amercader merged 2 commits into
ckan:masterfrom
pdelboca:fix/remove-hardcoded-werkzeug-logging-level
Mar 11, 2021
Merged

Remove werkzeug hardcoded logging level#5941
amercader merged 2 commits into
ckan:masterfrom
pdelboca:fix/remove-hardcoded-werkzeug-logging-level

Conversation

@pdelboca
Copy link
Copy Markdown
Member

@pdelboca pdelboca commented Mar 5, 2021

The current configuration option to handle werkzeug logging level is being overridden when executing the server in debug mode.

This allows the werkzeug logging level to be managed in the configuration file while working in the development server:

[logger_werkzeug]
level = WARNING
handlers = console
qualname = werkzeug
propagate = 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants