Change log level to reduce spam

This commit is contained in:
Prashanth Balasubramanian 2016-07-25 09:25:04 -07:00
parent c29f3238ec
commit 3d1805a54b

View File

@ -164,7 +164,7 @@ func (c *SSHTunneler) nodesSyncLoop() {
// TODO (cjcullen) make this watch.
go wait.Until(func() {
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 {
glog.Errorf("Failed to getAddresses: %v", err)
}