You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backend should know different log levels, e.g. in dev all notices are relevant, in prod only warnings and errors. Plus, errors should probably go to stderr.
Introduction
Acceptance Criteria
Open Questions
If possible, let logger handle the evaluation of the log level, avoid clustering the code with
if
s if possible.Context
#34
Implementation
Backend should know different log levels, e.g. in dev all notices are relevant, in prod only warnings and errors. Plus, errors should probably go to stderr.
Resources:
The text was updated successfully, but these errors were encountered: