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
fix(spanner): disable config logging by default (#13478)
Disables the config logging at startup by default. Config logging can be
enabled by setting either of the environment variables
`GOOGLE_CLOUD_SPANNER_ENABLE_LOG_CLIENT_OPTIONS` or
`GOOGLE_CLOUD_SPANNER_DISABLE_LOG_CLIENT_OPTIONS`. If neither of these
variables have been set, logging will be disabled.
0 commit comments