For all controllers in the backend we should add proper logging. This means when an error occurs the following should happen:
- Generate UUID
- Log UUID and stacktrace, along with the request originally made to the controller (query params, body, etc)
Eventually the UUID should be implemented into the Error return type, so we can display it to users which will help users point out issues for us.
For all controllers in the backend we should add proper logging. This means when an error occurs the following should happen:
Eventually the UUID should be implemented into the Error return type, so we can display it to users which will help users point out issues for us.