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
Controllers catch all exceptions without proper logging
No global exception handler
We should log all our errors in a log file to be able to look back at what has gone wrong if there is an issue with the database/backend.
We also need to make sure that the server will not go down and unable to restart
Exceptionthrown everywhereWe should log all our errors in a log file to be able to look back at what has gone wrong if there is an issue with the database/backend.
We also need to make sure that the server will not go down and unable to restart