finally get rid of daphne debug logs

This commit is contained in:
Laura Klünder 2023-11-25 21:53:57 +01:00
parent 79dff87ce1
commit 0ff2bbd1fa

View file

@ -490,6 +490,11 @@ LOGGING = {
'level': 'INFO',
'propagate': True,
},
'daphne.ws_protocol': {
'handlers': ['file', 'console'],
'level': 'INFO', # Do not output all communication
'propagate': True,
},
},
}