Skip to content

Commit

Permalink
Add logging for test race debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Olshevski committed Dec 11, 2023
1 parent a803a98 commit 8f98fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controllers/reconciliation/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f98fa3

Please sign in to comment.