Bug #7808
openHTTP 500 is not always emailed?
0%
Description
During testing, I got HTTP 500 at around 12:35 (November 29) at https://mentat-dev.cesnet.cz/mentat/dbstatus/dashboard, but I did not receive any email regarding this.
Related issues
Updated by Jakub Judiny 23 days ago
- Related to Bug #7809: Exception when accessing object management dashboard added
Updated by Rajmund Hruška 23 days ago
Hawat errors are not sent on mentat-dev because Debug is set to True. If I remember correctly, even in Flask source code the emails are send only when not in Debug.
Updated by Rajmund Hruška 23 days ago
Rajmund Hruška wrote in #note-2:
Hawat errors are not sent on mentat-dev because Debug is set to True. If I remember correctly, even in Flask source code the emails are send only when not in Debug.
I will need to find that piece of code but honestly it doesn't actually make sense not to send those emails.
Updated by Rajmund Hruška 23 days ago
- Related to Bug #7712: Errors are emailed twice added
Updated by Rajmund Hruška 23 days ago
Rajmund Hruška wrote in #note-3:
Rajmund Hruška wrote in #note-2:
Hawat errors are not sent on mentat-dev because Debug is set to True. If I remember correctly, even in Flask source code the emails are send only when not in Debug.
I will need to find that piece of code but honestly it doesn't actually make sense not to send those emails.
https://github.com/pallets/flask/blob/6b054f8f3876ff4c31580b014d344c4cf491059d/src/flask/app.py#L811