From 2f41ea1391a98405f4a560ccff884ae4b8c34716 Mon Sep 17 00:00:00 2001 From: Congqi Xia Date: Thu, 21 Nov 2024 12:29:29 +0800 Subject: [PATCH] Fix unwanted log level change Signed-off-by: Congqi Xia --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index a5fa70c938071..917c4ec84364d 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -748,7 +748,7 @@ msgChannel: log: # Milvus log level. Option: debug, info, warn, error, panic, and fatal. # It is recommended to use debug level under test and development environments, and info level in production environment. - level: debug + level: info file: # Root path to the log files. # The default value is set empty, indicating to output log files to standard output (stdout) and standard error (stderr).