MCPcopy Index your code
hub / github.com/GoogleCloudPlatform/cloud-sql-proxy / WithQuietLogging

Function WithQuietLogging

cmd/options.go:80–84  ·  view source on GitHub ↗

WithQuietLogging configures the Proxy to log error messages only.

()

Source from the content-addressed store, hash-verified

78
79// WithQuietLogging configures the Proxy to log error messages only.
80func WithQuietLogging() Option {
81 return func(c *Command) {
82 c.conf.Quiet = true
83 }
84}
85
86// WithDebugLogging configures the Proxy to log debug level messages.
87func WithDebugLogging() Option {

Callers 2

TestCommandOptionsFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestCommandOptionsFunction · 0.68