Error 500 email #93
Labels
No Label
backlog
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
in discussion
invalid
priority
1
priority
2
priority
3
priority
4
priority
5
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
#95 Split settings file
IT-Naturschutz/konova
Reference: IT-Naturschutz/konova#93
Loading…
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=False
production 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