Commit 920db78b authored by seunghunee's avatar seunghunee

leaderelection: reduce renewed lease verbosity

This patch changes the renewed lease log level from 4 to 5 of leaderelection.go Fix: #69743
parent 5a8f8319
......@@ -224,7 +224,7 @@ func (le *LeaderElector) renew(ctx context.Context) {
le.maybeReportTransition()
desc := le.config.Lock.Describe()
if err == nil {
glog.V(4).Infof("successfully renewed lease %v", desc)
glog.V(5).Infof("successfully renewed lease %v", desc)
return
}
le.config.Lock.RecordEvent("stopped leading")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment