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
When looking at logs on Google Cloud Logging, the logs are all marked as "errors". Additionally, logs are written to /var/akvo/rsr/logs, which is non-standard and unnecessary when running in docker.
What should've happened?
Logs until INFO should be on stdout and ERROR and above should be on stderr.
My environment
No response
Additional context
I can't find explicit documentation, but it seems like anything logged to stderr is recognized as an error according to this stackoverflow answer.
What were you doing?
When looking at logs on Google Cloud Logging, the logs are all marked as "errors". Additionally, logs are written to
/var/akvo/rsr/logs
, which is non-standard and unnecessary when running in docker.What should've happened?
Logs until
INFO
should be onstdout
andERROR
and above should be onstderr
.My environment
No response
Additional context
I can't find explicit documentation, but it seems like anything logged to
stderr
is recognized as an error according to this stackoverflow answer.By default,
StreamHandler
logs tostderr
when not instructed otherwise.The text was updated successfully, but these errors were encountered: