Changes between Initial Version and Version 1 of Ticket #29714, comment 7
- Timestamp:
- Aug 27, 2018, 10:06:47 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29714, comment 7
initial v1 1 1 {{{ExceptionReporter}}} is used by {{{django.utils.log.AdminEmailHandler}}}. To fully replace {{{ExceptionReporter}}}, 2 it's necessary to replace the "mail_admins" LOGGING handler to use a different one that uses the reporter you define. 2 it's necessary to replace the "mail_admins" LOGGING handler to use a different one that uses the reporter you define. The [https://docs.djangoproject.com/en/2.1/topics/logging/#django.utils.log.AdminEmailHandler LOGGING docs] explain this with more detail. 3 3 4 4 {{{