We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0535520 + b2677b1 commit cadd517Copy full SHA for cadd517
staging/src/k8s.io/client-go/transport/cert_rotation.go
@@ -134,8 +134,8 @@ func (c *dynamicClientCert) Run(stopCh <-chan struct{}) {
134
defer utilruntime.HandleCrash()
135
defer c.queue.ShutDown()
136
137
- klog.Infof("Starting client certificate rotation controller")
138
- defer klog.Infof("Shutting down client certificate rotation controller")
+ klog.V(3).Infof("Starting client certificate rotation controller")
+ defer klog.V(3).Infof("Shutting down client certificate rotation controller")
139
140
go wait.Until(c.runWorker, time.Second, stopCh)
141
0 commit comments