Skip to content

Commit

Permalink
Change log level to reduce spam
Browse files Browse the repository at this point in the history
  • Loading branch information
bprashanth committed Jul 25, 2016
1 parent c29f323 commit 3d1805a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/genericapiserver/tunneler.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 3d1805a

Please sign in to comment.