diff --git a/pkg/reconciler/iploop.go b/pkg/reconciler/iploop.go index 19c591a89..46b4584b1 100644 --- a/pkg/reconciler/iploop.go +++ b/pkg/reconciler/iploop.go @@ -179,7 +179,7 @@ func (rl ReconcileLooper) ReconcileOverlappingIPAddresses() error { failedReconciledClusterWideIPs = append(failedReconciledClusterWideIPs, overlappingIPStruct.GetName()) continue } - logging.Debugf("removed stale overlappingIP allocation [%s]", overlappingIPStruct.GetName()) + logging.Verbosef("removed stale overlappingIP allocation [%s]", overlappingIPStruct.GetName()) } if len(failedReconciledClusterWideIPs) != 0 {