Enhance logging in all places
To have an overview what happened in the application backend before an error occurred, it would be good to have logging in all places (first at all endpoints, which logs the data going in and the data going out to the user) and later also to the see the flow through all application layers (like in the process classes etc).
WDYT?