Skip to content

Commit

Permalink
fix(): add debug log
Browse files Browse the repository at this point in the history
Signed-off-by: Rahul-D78 <[email protected]>
  • Loading branch information
Rahul-D78 committed Apr 19, 2024
1 parent 80a76f5 commit 002a506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/slice/namespaces.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ func (r *SliceReconciler) reconcileAllowedNamespaces(ctx context.Context, slice
cfgAllowedNsList = append(cfgAllowedNsList, v)
}
}
log.Info("reconciling", "allowedNamespaces", cfgAllowedNsList)
debugLog.Info("reconciling", "allowedNamespaces", cfgAllowedNsList)

// Get the list of existing namespaces that are tagged with the kube-slice label for allowed NS
labeledNsList := &corev1.NamespaceList{}
Expand Down

0 comments on commit 002a506

Please sign in to comment.