Skip to content

Commit e7cc2c2

Browse files
committed
Report api request throttling at v=3
1 parent 2c2ca27 commit e7cc2c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staging/src/k8s.io/client-go/rest/request.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ func (r *Request) tryThrottle() error {
535535
}
536536

537537
if latency := time.Since(now); latency > longThrottleLatency {
538-
klog.V(4).Infof("Throttling request took %v, request: %s:%s", latency, r.verb, r.URL().String())
538+
klog.V(3).Infof("Throttling request took %v, request: %s:%s", latency, r.verb, r.URL().String())
539539
}
540540

541541
return err

0 commit comments

Comments
 (0)