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
The API currently handles StandardError (or children of) exceptions but only outputs an error message top the end user.
This should be improved by logging the error to the relevant log file (production/development/test) and sending an email to let maintainers know about the error in production.
Tasks
- Log error to the relevant file.
- File should display level of error.
- File should display the time of the error in development and production.
- Fatal errors caught by the API error handling should trigger a email message when in production to [email protected].
The text was updated successfully, but these errors were encountered:
The API currently handles StandardError (or children of) exceptions but only outputs an error message top the end user.
This should be improved by logging the error to the relevant log file (production/development/test) and sending an email to let maintainers know about the error in production.
Tasks
[email protected]
.The text was updated successfully, but these errors were encountered: