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
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.
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.