mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
kube-aggregator: increase log level of AggregationController API group logging
This commit is contained in:
parent
1fd2137ff4
commit
059429ce53
@ -102,9 +102,9 @@ func (c *AggregationController) processNextWorkItem() bool {
|
|||||||
if aggregator.IsLocalAPIService(key.(string)) {
|
if aggregator.IsLocalAPIService(key.(string)) {
|
||||||
// for local delegation targets that are aggregated once per second, log at
|
// for local delegation targets that are aggregated once per second, log at
|
||||||
// higher level to avoid flooding the log
|
// higher level to avoid flooding the log
|
||||||
klog.V(5).Infof("OpenAPI AggregationController: Processing item %s", key)
|
klog.V(6).Infof("OpenAPI AggregationController: Processing item %s", key)
|
||||||
} else {
|
} else {
|
||||||
klog.Infof("OpenAPI AggregationController: Processing item %s", key)
|
klog.V(4).Infof("OpenAPI AggregationController: Processing item %s", key)
|
||||||
}
|
}
|
||||||
|
|
||||||
action, err := c.syncHandler(key.(string))
|
action, err := c.syncHandler(key.(string))
|
||||||
|
Loading…
Reference in New Issue
Block a user