Opened 2 years ago

Last modified 2 years ago

#33897 closed New feature

django.request log for all requests — at Initial Version

Reported by: Tim Ioannidis Owned by: nobody
Component: HTTP handling Version: 4.0
Severity: Normal Keywords: logging
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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?

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.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top