Changes between Initial Version and Version 1 of Ticket #33897
- Timestamp:
- Aug 5, 2022, 4:39:58 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33897 – Description
initial v1 1 1 What'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? 2 2 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.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 (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.