From c2ac45614ad93e59a5e9dfcb84c8a3bda1476bdb Mon Sep 17 00:00:00 2001 From: cuisongliu Date: Tue, 14 Nov 2023 11:29:22 +0800 Subject: [PATCH] refactor(main): default logger (#138) Signed-off-by: cuisongliu --- config/charts/endpoints-operator/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/charts/endpoints-operator/values.yaml b/config/charts/endpoints-operator/values.yaml index fb4d343..b001612 100644 --- a/config/charts/endpoints-operator/values.yaml +++ b/config/charts/endpoints-operator/values.yaml @@ -25,7 +25,7 @@ image: # Overrides the image tag whose default is the chart appVersion. tag: "latest" -loglevel: 6 +loglevel: 1 imagePullSecrets: [] nameOverride: "" fullnameOverride: ""