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:
		@@ -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)
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user