Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 3b24ea1

Browse files
authored
Merge pull request #251 from mochizuki875/change_log_level
Resource config removed log continues to be output
2 parents 9102c4d + 7ee0436 commit 3b24ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/hncconfig/reconciler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ func (r *Reconciler) syncRemovedReconcilers(ctx context.Context) error {
309309
continue
310310
}
311311
// The type does not exist in the Spec. Ignore subsequent reconciliations.
312-
r.Log.Info("Resource config removed, will no longer update objects", "gvk", ts.GetGVK())
312+
r.Log.V(1).Info("Resource config removed, will no longer update objects", "gvk", ts.GetGVK())
313313
if err := ts.SetMode(ctx, r.Log, api.Ignore); err != nil {
314314
return err // retry the reconciliation
315315
}

0 commit comments

Comments
 (0)