#24526 closed Cleanup/optimization (fixed)
Default logging config filters out anything below ERROR for django.request/django.security loggers
Reported by: | Tim Graham | Owned by: | Tim Graham |
---|---|---|---|
Component: | Core (Other) | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The fact that the django.request
and django.security
handlers define:
'level': 'ERROR', 'propagate': False,
makes it impossible to configure other handlers to catch these errors.
Change History (4)
comment:1 by , 10 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 10 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
PR is now ready for review.