mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
up the log level on a super spammy statement
This commit is contained in:
parent
7d7aa9ec1f
commit
c91dac3270
2
pkg/client/cache/listers.go
vendored
2
pkg/client/cache/listers.go
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user