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
Cloud Run and Cloud Logging have structured logging support and it'd be nice to support it. Logrus supports custom json, so we just need to map fields.
Cloud Run and Cloud Logging have structured logging support and it'd be nice to support it. Logrus supports custom json, so we just need to map fields.
json formatter: https://pkg.go.dev/github.com/sirupsen/logrus#JSONFormatter
special fields: https://cloud.google.com/logging/docs/agent/configuration#special-fields
Alternatively we can consider using stackdriver-gae-logrus plugin: https://github.com/andyfusniak/stackdriver-gae-logrus-plugin
The text was updated successfully, but these errors were encountered: