mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 20:24:09 +00:00
Merge pull request #29684 from bprashanth/log_tun
Automatic merge from submit-queue Change log level to reduce spam Periodically dumping ips of all nodes in large clusters is a little spammy
This commit is contained in:
commit
a665002d80
@ -165,7 +165,7 @@ func (c *SSHTunneler) nodesSyncLoop() {
|
|||||||
// TODO (cjcullen) make this watch.
|
// TODO (cjcullen) make this watch.
|
||||||
go wait.Until(func() {
|
go wait.Until(func() {
|
||||||
addrs, err := c.getAddresses()
|
addrs, err := c.getAddresses()
|
||||||
glog.Infof("Calling update w/ addrs: %v", addrs)
|
glog.V(4).Infof("Calling update w/ addrs: %v", addrs)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
glog.Errorf("Failed to getAddresses: %v", err)
|
glog.Errorf("Failed to getAddresses: %v", err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user