Skip to content

Commit

Permalink
test trace
Browse files Browse the repository at this point in the history
Signed-off-by: MohammedAbdi <[email protected]>
  • Loading branch information
mamy-CS committed Aug 1, 2024
1 parent 187cb4e commit ca94c5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/controller/labelgroup_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ func (r *LabelGroupReconciler) Reconcile(ctx context.Context, req ctrl.Request)

case susqlv1.Aggregating:
r.Logger.V(5).Info("[Reconcile-Aggregating] Entered aggregating case.") // trace
r.Logger.V(5).Info("[Test trace]------------------------------------") // trace

// Get list of pods matching the label group and namespace
podsInNamespace, err := r.filterPodsInNamespace(ctx, labelGroup.Namespace, labelGroup.Status.KubernetesLabels)
Expand Down

0 comments on commit ca94c5a

Please sign in to comment.