Merge pull request #70525 from seunghunee/issue-69743

Reduce leaderelection's renewed lease verbosity
pull/58/head
k8s-ci-robot 2018-11-02 10:47:11 -07:00 committed by GitHub
commit 023892af3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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")