2๐
I found an answer myself. In case someone has same problem:
After diving into Daphne source code it looks like as of now it does not use standard logging
library, but relies on own class that writes all access log messages to stdout
or given file. I do not see a possibility of increasing the log level.
Consult https://github.com/django/daphne/blob/main/daphne/access.py for more details.
๐คtostee
- [Django]-Nested urls are not working with Django REST framework
- [Django]-Django password hash different everytime
- [Django]-Passing parameters through url to view django
- [Django]-Start gunicorn when docker-compose is not in same folder
Source:stackexchange.com