Skip to content

Commit

Permalink
Merge pull request #2546 from ncdc/apibinding-logging
Browse files Browse the repository at this point in the history
🌱 Scope APIBinding logger
  • Loading branch information
openshift-merge-robot authored Jan 5, 2023
2 parents 4353c45 + 5f544fd commit c14bdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/apis/apibinding/apibinding_reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ func (r *bindingReconciler) reconcile(ctx context.Context, apiBinding *apisv1alp
return reconcileStatusContinue, err
}

logger = logging.WithObject(logger, schema)
logger := logging.WithObject(logger, schema)

// Check for conflicts
checker := &conflictChecker{
Expand Down

0 comments on commit c14bdee

Please sign in to comment.