Skip to content
Snippets Groups Projects
Verified Commit bf4588ba authored by Peter Stanko's avatar Peter Stanko
Browse files

Default logging set to INFO

parent 2cbdd0bf
No related branches found
No related tags found
1 merge request!42Remove unnecessary permissions
......@@ -47,9 +47,9 @@ HANDLERS = {
}
LOGGERS = {
'portal': {'handlers': ['console', 'portal_file'], 'level': 'DEBUG', 'propagate': True},
'portal': {'handlers': ['console', 'portal_file'], 'level': 'INFO', 'propagate': True},
'portal.auth_log': {
'handlers': ['console', 'auth_file'], 'level': 'DEBUG', 'propagate': True
'handlers': ['console', 'auth_file'], 'level': 'INFO', 'propagate': True
},
'portal.access_log': {
'handlers': ['console', 'access_file'], 'level': 'DEBUG', 'propagate': True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment