Skip to content

Commit

Permalink
just log error (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
huiwq1990 authored Mar 2, 2022
1 parent 53cfa95 commit 3716b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/yurthub/healthchecker/health_checker.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func (c *checker) check() bool {
return true
}

klog.Infof("failed to update lease: %v, remote server %s", err, c.remoteServer.String())
klog.Errorf("failed to update lease: %v, remote server %s", err, c.remoteServer.String())
c.markAsUnhealthy()
return false
}
Expand Down

0 comments on commit 3716b9a

Please # to comment.