Reduce verbosity of DaemonSet controller.

pull/6/head
Eric Tune 2015-09-21 15:40:57 -07:00
parent 2e5a3cfbc6
commit a224eec4dc
1 changed files with 1 additions and 1 deletions

View File

@ -416,7 +416,7 @@ func storeDaemonSetStatus(dsClient client.DaemonSetInterface, ds *experimental.D
}
func (dsc *DaemonSetsController) updateDaemonSetStatus(ds *experimental.DaemonSet) {
glog.Infof("Updating daemon set status")
glog.V(4).Infof("Updating daemon set status")
nodeToDaemonPods, err := dsc.getNodesToDaemonPods(ds)
if err != nil {
glog.Errorf("Error getting node to daemon pod mapping for daemon set %+v: %v", ds, err)