Open
Description
The problem
For now our logging in the backend is kind of a mess.
Sometimes, we log only on the service layer, sometimes already in the API layer, and sometimes on both.
This seems weird to me.
We should investigate if this behavior is intended.
If not, we should employ a unified logging strategy.
This could then include:
- logging at one place
- logging at all the places
- logging at different but not all levels for different reasons
--> However at least in a way that does not seem as random as of today. (maybe even document the why and when 😃)