Error 500 email #93
Notifications
Due Date
No due date set.
Depends on
#95 Split settings file
IT-Naturschutz/konova
Reference: IT-Naturschutz/konova#93
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
On a
DEBUG=Falseproduction setting, we do not get any chance to see what happened wrong on the code if any 500 errors occur. At the start of the project, there was the idea to use a custom logger, so the errors could be logged.However, Django provides a neat feature for sending emails on 500 errors (https://docs.djangoproject.com/en/3.2/howto/error-reporting/)
Enhancement
Activate the mail sending functionality for 500 server errors on the project.
Merged in #98