Merge pull request #936 from yunstanford/patch-debug-logging

Patch debug logging
This commit is contained in:
Raphael Deem 2017-09-08 20:49:16 -07:00 committed by GitHub
commit 53a5bd2319

View File

@ -81,11 +81,11 @@ LOGGING = {
}, },
'loggers': { 'loggers': {
'sanic': { 'sanic': {
'level': 'DEBUG', 'level': 'INFO',
'handlers': ['internal', 'errorStream'] 'handlers': ['internal', 'errorStream']
}, },
'network': { 'network': {
'level': 'DEBUG', 'level': 'INFO',
'handlers': ['accessStream', 'errorStream'] 'handlers': ['accessStream', 'errorStream']
} }
} }