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
It should be up to the workload whether structured logs and integration with Cloud Logging is used.
In addition, `google.cloud.logging.Client.setup_logging()` was being called after other logs were made via dependencies. These other logs would create a `StreamHandler` that prints logs to stderr since no handler existed. Then `setup_logging` would add a `StructuredLogHandler` meaning there were two handlers resulting in duplicate logs.
PiperOrigin-RevId: 751170764
0 commit comments