-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
enhancementImprovements are needed over an existent featureImprovements are needed over an existent feature
Description
As discussed we need to:
- Make sure, right log-level is used through the app.
Critical
, when service went down,Error
, when the request could not be processed,Warning
, when the expected/normal behavior could not be followed but it was found an alternative,Info
, info useful when analyzing the trace of the processDebugging
, only for dev purposes
- Make sure the levels above are compliant with GCP https://console.cloud.google.com/logs/viewer
- Make sure we can configure per deployment (environment) the log level
- Configure staging env to log >=
Info
- Make sure there are no access logs (GET/PUT, etc) in the app logs on staging/prod envs
- to do so, access logs should be logged with
debug
level
- to do so, access logs should be logged with
bzz
Metadata
Metadata
Assignees
Labels
enhancementImprovements are needed over an existent featureImprovements are needed over an existent feature