desec-stack icon indicating copy to clipboard operation
desec-stack copied to clipboard

api: Use unthrottled email backend for Django Error Emails

Open nils-wisiol opened this issue 5 years ago • 1 comments

Currently, error emails are in the slow lane

nils-wisiol avatar Jan 16 '20 15:01 nils-wisiol

See the email_backend argument at https://docs.djangoproject.com/en/dev/topics/logging/#django.utils.log.AdminEmailHandler Seems simple enough.

However, I'm not sure how to extend Django's default logging configuration with this setting, as opposed to overwriting it.

peterthomassen avatar Jan 29 '20 17:01 peterthomassen