finally get rid of daphne debug logs
This commit is contained in:
parent
79dff87ce1
commit
0ff2bbd1fa
1 changed files with 5 additions and 0 deletions
|
@ -490,6 +490,11 @@ LOGGING = {
|
|||
'level': 'INFO',
|
||||
'propagate': True,
|
||||
},
|
||||
'daphne.ws_protocol': {
|
||||
'handlers': ['file', 'console'],
|
||||
'level': 'INFO', # Do not output all communication
|
||||
'propagate': True,
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue