#24526 closed Cleanup/optimization (fixed)
Default logging config filters out anything below ERROR for django.request/django.security loggers
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.