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 python logging spec allows formatters to be attached to handlers to format the output text. Right now, this is unsupported in CloudLoggingHandler and StructuredLoggingHandler, and may break some functioanlity.
We should implement and add tests around this so we can advertise this as a supported feature.