File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -346,7 +346,7 @@ func (proxier *Proxier) Sync() {
346
346
func (proxier * Proxier ) syncProxyRules () {
347
347
start := time .Now ()
348
348
defer func () {
349
- klog .V (2 ).Infof ("userspace syncProxyRules took %v" , time .Since (start ))
349
+ klog .V (4 ).Infof ("userspace syncProxyRules took %v" , time .Since (start ))
350
350
}()
351
351
352
352
// don't sync rules till we've received services and endpoints
@@ -367,7 +367,7 @@ func (proxier *Proxier) syncProxyRules() {
367
367
proxier .mu .Lock ()
368
368
defer proxier .mu .Unlock ()
369
369
370
- klog .V (2 ).Infof ("userspace proxy: processing %d service events" , len (changes ))
370
+ klog .V (4 ).Infof ("userspace proxy: processing %d service events" , len (changes ))
371
371
for _ , change := range changes {
372
372
existingPorts := proxier .mergeService (change .current )
373
373
proxier .unmergeService (change .previous , existingPorts )
You can’t perform that action at this time.
0 commit comments