Merge pull request #936 from yunstanford/patch-debug-logging
Patch debug logging
This commit is contained in:
commit
53a5bd2319
|
@ -81,11 +81,11 @@ LOGGING = {
|
|||
},
|
||||
'loggers': {
|
||||
'sanic': {
|
||||
'level': 'DEBUG',
|
||||
'level': 'INFO',
|
||||
'handlers': ['internal', 'errorStream']
|
||||
},
|
||||
'network': {
|
||||
'level': 'DEBUG',
|
||||
'level': 'INFO',
|
||||
'handlers': ['accessStream', 'errorStream']
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user