Skip to content

Commit

Permalink
Merge pull request #4752 from martinkennelly/reduce-vrf-ll
Browse files Browse the repository at this point in the history
VRF manager: reduce log chat for link updates
  • Loading branch information
trozet authored Oct 10, 2024
2 parents 6c0733d + 7eb8114 commit 7432f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-controller/pkg/node/vrfmanager/vrf_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ func (vrfm *Controller) runInternal(stopChan <-chan struct{}, doneWg *sync.WaitG
continue
}
ifName := linkUpdateEvent.Link.Attrs().Name
klog.V(3).Infof("VRF Manager: link update received for interface %s", ifName)
klog.V(5).Infof("VRF Manager: link update received for interface %s", ifName)
err = vrfm.syncVRF(linkUpdateEvent.Link)
if err != nil {
klog.Errorf("VRF Manager: Error syncing link %s update event, err: %v", ifName, err)
Expand Down

0 comments on commit 7432f67

Please sign in to comment.