You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many of the routes.py scripts for different web pages contain try-except blocks in case of code failure, opting to maintain script running rather than always jumping to the 505 error page, however these errors end up never being logged.
Solution, include logging calls and special email handling in case of try-except error being sent to a user.
The text was updated successfully, but these errors were encountered:
william-aaron-CFA
changed the title
Improve try-except blokc handlign to record errors.
Improve try-except block handling to record errors.
Jul 10, 2024
Many of the routes.py scripts for different web pages contain try-except blocks in case of code failure, opting to maintain script running rather than always jumping to the 505 error page, however these errors end up never being logged.
Solution, include logging calls and special email handling in case of try-except error being sent to a user.
The text was updated successfully, but these errors were encountered: