Re: Surpress Daphne request logging levels

2021-08-23 Thread Jason
daphene runs at the same infra layer level as uwsgi/gunicorn so you need to define the log level at process init. Django has no control over this. On Friday, August 20, 2021 at 12:05:17 PM UTC-4 benny.s...@gmail.com wrote: > I am trying to surpress the log output from daphne. > > example log: >

Surpress Daphne request logging levels

2021-08-20 Thread Skullb0ne
I am trying to surpress the log output from daphne. example log: Aug 20 08:33:53 admin daphne[663290]: 127.0.0.1:35638 - - [20/Aug/2021:08:33:50] "PATCH /api/v1/worker/59/" 200 168 logger 'django.request' seem to have no effect on it. -- You received this message because you are subscribed