Changes between Initial Version and Version 1 of Ticket #33897


Ignore:
Timestamp:
Aug 5, 2022, 4:39:58 AM (21 months ago)
Author:
Tim Ioannidis
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33897 – Description

    initial v1  
    11What's the rationale behind only logging responses with `django.request` if status code is >= 400? Do you think we could make this a setting that a user can configure?
    22
    3 For me it would be nice if I could use the same logger for all my requests coming from gunicorn but now I'm getting only 4XX, 5XX from django and all requests within gunicorn. I would ideally like to disable gunicorn logging and just capture all requests coming from django directly.
     3For me it would be nice if I could use the same logger for all my requests coming from gunicorn but now I'm getting only 4XX, 5XX from django and all requests within gunicorn (ending up with duplicate logs for 4XX & 5XX). I would ideally like to disable gunicorn logging and just capture all requests coming from django directly.
Back to Top