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 26, 2026. It is now read-only.
The StructuredLogHandler currently sends an instrumentation log like this:
logging.info(diagnostic_object.payload)
This uses the root logging instance, which may not contain a GCP Logging Handler, so the log may not make its way to GCP. We should make sure the instrumentation log is written in the same method as other logs