Description
In logging, we have several different levels available. In python logging, theres like critical, error, warning, info, and debug. Something similar exists for ERS.
We don't actually have a good schema for what these actual levels mean. We should discuss this first and write the definition down somewhere.
Possible implementation:
- Error: something that broke but its configurable to fix. Eg, missing ERS ENV variables.
- Critical: Something that broke the running app in run time. Eg. if the application dies somehow. Its an immediate 'hey we need experts to come in and fixthis pls'
Suggested changes
- discuss between @PawelPlesniak and @emmuhamm
- Write model down somewhere
- Get approval from CCM
- Write docs
Anything else?
No response
Description
In logging, we have several different levels available. In python logging, theres like critical, error, warning, info, and debug. Something similar exists for ERS.
We don't actually have a good schema for what these actual levels mean. We should discuss this first and write the definition down somewhere.
Possible implementation:
Suggested changes
Anything else?
No response