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
{{ message }}
This repository was archived by the owner on Feb 6, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
Spring Cloud GCP Logging does not work with Cloud Run. The logs end up in the "Global" channel rather than the one for Cloud Run.
Describe the solution you'd like
The Cloud Run resource type cloud_run_revision should be automatically assigned to the log entries, similarly to how it's done for App Engine. See: MonitoredResourceUtil.
Describe alternatives you've considered
Using JSON-based logging on Cloud Run. It works better but has other issues like not supporting TRACE and WARN levels.