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