diff --git a/pkg/client/cache/listers.go b/pkg/client/cache/listers.go index 990e0fb575e..34946fc1278 100644 --- a/pkg/client/cache/listers.go +++ b/pkg/client/cache/listers.go @@ -132,7 +132,7 @@ func (s storeToNodeConditionLister) List() (nodes api.NodeList, err error) { if s.predicate(node) { nodes.Items = append(nodes.Items, node) } else { - glog.V(2).Infof("Node %s matches none of the conditions", node.Name) + glog.V(5).Infof("Node %s matches none of the conditions", node.Name) } } return