diff --git a/internal/hncconfig/reconciler.go b/internal/hncconfig/reconciler.go index adb694097..91adc003e 100644 --- a/internal/hncconfig/reconciler.go +++ b/internal/hncconfig/reconciler.go @@ -309,7 +309,7 @@ func (r *Reconciler) syncRemovedReconcilers(ctx context.Context) error { continue } // The type does not exist in the Spec. Ignore subsequent reconciliations. - r.Log.Info("Resource config removed, will no longer update objects", "gvk", ts.GetGVK()) + r.Log.V(1).Info("Resource config removed, will no longer update objects", "gvk", ts.GetGVK()) if err := ts.SetMode(ctx, r.Log, api.Ignore); err != nil { return err // retry the reconciliation }