How to use Stackdriver logging on Cloud Run
问题 I'm trying to get stackdriver logging working for a simple Go app running in Google Cloud Run (fully managed). I've created simplest possible demo app based on "official" stackdriver golang example Cloud Run docs states that no additional actions should be performed to write stackdriver logs My service uses default service account I'm using Go 1.13 to compile code (Dockerfile is copied from Cloud Run example "as-is") I've tried to deploy it to different regions, with no success When running