From 952afb019f938add8a023dc3048d5d2bb8633f2e Mon Sep 17 00:00:00 2001 From: Gary Date: Sun, 11 Aug 2024 08:44:27 +0800 Subject: [PATCH] chore(milvus): adjust milvus's log level (#1059) Because log amount is too much This commit change the log level to error NOTE: we may chang back when it is necessary. --- charts/core/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/core/values.yaml b/charts/core/values.yaml index 83b90e53..dc63524d 100644 --- a/charts/core/values.yaml +++ b/charts/core/values.yaml @@ -1527,7 +1527,7 @@ milvus: tolerations: [] affinity: {} log: - level: "info" + level: "error" file: maxSize: 10 # MB maxAge: 12 # day