From 5a48f39a5a2098208ff7755e1c4c09830ac94c56 Mon Sep 17 00:00:00 2001 From: Anurag Mittal Date: Tue, 17 Dec 2024 13:01:28 +0100 Subject: [PATCH] COSI-35: changed-default-production-logging-level --- helm/scality-cosi-driver/values.yaml | 4 ++-- kustomize/overlays/production/scality-cosi-driver.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/scality-cosi-driver/values.yaml b/helm/scality-cosi-driver/values.yaml index 787e703d..a9b96751 100644 --- a/helm/scality-cosi-driver/values.yaml +++ b/helm/scality-cosi-driver/values.yaml @@ -8,8 +8,8 @@ replicaCount: 1 logLevels: - driver: "5" - sidecar: "5" + driver: "2" + sidecar: "2" namespace: scality-object-storage diff --git a/kustomize/overlays/production/scality-cosi-driver.properties b/kustomize/overlays/production/scality-cosi-driver.properties index 58af9b72..8b0d5889 100644 --- a/kustomize/overlays/production/scality-cosi-driver.properties +++ b/kustomize/overlays/production/scality-cosi-driver.properties @@ -1,2 +1,2 @@ -COSI_DRIVER_LOG_LEVEL=5 -OBJECTSTORAGE_PROVISIONER_SIDECAR_LOG_LEVEL=5 +COSI_DRIVER_LOG_LEVEL=2 +OBJECTSTORAGE_PROVISIONER_SIDECAR_LOG_LEVEL=2