Skip to content
Prev Previous commit
Next Next commit
debug statement
Signed-off-by: Ben Luzarraga <[email protected]>
  • Loading branch information
bluzarraga committed Jan 14, 2025
commit 545e6d94c759fb36b81c19f483e3141b8653f070
2 changes: 1 addition & 1 deletion controllers/operandrequestnoolm/reconcile_operand.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ func (r *Reconciler) reconcileOperand(ctx context.Context, requestInstance *oper

operatorName := opdRegistry.Name

klog.V(3).Info("Looking for deployment for the operator: ", operatorName)
klog.V(1).Info("Looking for deployment for the operator: ", operatorName)

// Looking for the CSV
namespace := r.GetOperatorNamespace(opdRegistry.InstallMode, opdRegistry.Namespace)
Expand Down