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 process - `Debugging`, only for dev purposes - [ ] Make sure the levels above are compliant with GCP https://console.cloud.google.com/logs/viewer - [x] 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
As discussed we need to:
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 purposesInfodebuglevel