Changes between Initial Version and Version 1 of Ticket #29714, comment 7


Ignore:
Timestamp:
Aug 27, 2018, 10:06:47 AM (6 years ago)
Author:
Michael Manfre

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29714, comment 7

    initial v1  
    11{{{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.
     2it'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.
    33
    44{{{
Back to Top