diff --git a/internal/controllers/reconciliation/controller.go b/internal/controllers/reconciliation/controller.go index 277b50b2..c4bc37cc 100644 --- a/internal/controllers/reconciliation/controller.go +++ b/internal/controllers/reconciliation/controller.go @@ -64,6 +64,7 @@ func (c *Controller) Reconcile(ctx context.Context, req *reconstitution.Request) if err != nil { return ctrl.Result{}, fmt.Errorf("getting composition: %w", err) } + logger.V(1).Info("TODO syncing", "resource", req.ResourceRef) if comp.Status.CurrentState == nil { // we don't log here because it would be too noisy