fixing debug logging

This commit is contained in:
Yun Xu 2017-09-08 17:47:05 -07:00
parent c2a3e42a53
commit c4417b399b

View File

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