Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve try-except block handling to record errors. #23

Open
william-aaron-CFA opened this issue Nov 17, 2023 · 0 comments
Open

Improve try-except block handling to record errors. #23

william-aaron-CFA opened this issue Nov 17, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request Priority-Med Medium Priority Issues - Needs attention

Comments

@william-aaron-CFA
Copy link
Contributor

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.

@william-aaron-CFA william-aaron-CFA added enhancement New feature or request Priority-Med Medium Priority Issues - Needs attention labels Nov 17, 2023
@william-aaron-CFA william-aaron-CFA self-assigned this Nov 17, 2023
@william-aaron-CFA 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority-Med Medium Priority Issues - Needs attention
Projects
None yet
Development

No branches or pull requests

1 participant