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
And the thing is, we get the logs as ERROR and we can't understand why:
Error 2020-12-07 18:01:14.416 UTC+1 INFO: Fetching an access token from the metadata service
Error 2020-12-07 18:01:14.420 UTC+1 INFO: Fetching the service config ID from the rollouts service
Error 2020-12-07 18:01:15.100 UTC+1 INFO: Fetching the service configuration from the service management service
Error 2020-12-07 18:01:15.815 UTC+1 INFO: Attribute zone: XXXXXXXXXX
Error 2020-12-07 18:01:15.820 UTC+1 INFO: Attribute project_id: XXXXXXXXXX
Error 2020-12-07 18:01:15.826 UTC+1 INFO: Attribute kube_env: KUBE_ENV
Error 2020-12-07 18:01:15.859 UTC+1 nginx: [warn] Using trusted CA certificates file: /XXXXXXXXXX/trusted-ca-certificates.crt
Any idea? Thanks
The text was updated successfully, but these errors were encountered:
Yes, this is a known issue. Unfortunately Google Cloud Logging does not understand the log format that ESP produces application logs in. Since ESP logs to stderr, Google Cloud Logging assumes all logs are ERROR level.
I agree it's not the best experience, but you should be able to add filters in Google Cloud Logging to only see log messages that actually contain the text "INFO", "ERROR", etc.
FYI: We solved this issue in ESPv2, all the application logs are in glog format. Google Cloud Logging understands this format for GCE and GKE compute platforms.
Hii,
We have this configuration:
And the thing is, we get the logs as ERROR and we can't understand why:
Any idea? Thanks
The text was updated successfully, but these errors were encountered: