From 002a5061015b234755b136c2ba7cf153ca34a328 Mon Sep 17 00:00:00 2001 From: Rahul-D78 Date: Fri, 19 Apr 2024 10:32:23 +0530 Subject: [PATCH] fix(): add debug log Signed-off-by: Rahul-D78 --- controllers/slice/namespaces.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/slice/namespaces.go b/controllers/slice/namespaces.go index 15217adc4..1b6a334c3 100644 --- a/controllers/slice/namespaces.go +++ b/controllers/slice/namespaces.go @@ -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{}