Skip to content

Unified logging strategy #4357

Open
Open
@BenedictHomuth

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 😃)

Metadata

Assignees

Labels

ResearchSomething has to be researched

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions