Skip to content
Snippets Groups Projects
Commit 1c86e466 authored by Bjarke Madsen's avatar Bjarke Madsen
Browse files

disable werkzeug info logging

parent 0add5447
Branches
Tags
No related merge requests found
......@@ -20,12 +20,16 @@ LOGGING_DEFAULT_CONFIG = {
},
},
'loggers': {
'compendium_v2': {
'level': 'DEBUG',
'handlers': ['console'],
'propagate': False
},
'werkzeug': {
'level': 'WARNING',
'handlers': ['console'],
'propagate': False
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment