Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove werkzeug hardcoded logging level #5941

Merged

Conversation

pdelboca
Copy link
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