3 Answers
I would try the format: "gcloud logging read "resource.type=cloud_run_revision AND resource.labels.service_name=SERVICE" –project PROJECT-ID –limit 10". For details, see: https://cloud.google.com/run/docs/logging
we can also use "gsutil cat" command, like this:
gsutil cat gs://challengelabvm01-bucket/machine-challengelabvm01-finished.txt
Thanks for sharing this information.