From 8f2d7afd87f105f0ad6e32cd563d9d39fe5d5654 Mon Sep 17 00:00:00 2001 From: Heisenberg Date: Mon, 9 Sep 2019 20:27:58 +0800 Subject: [PATCH] recover the template file Former-commit-id: 8dd1549bc628c7567ca33c659bb3508a5877528a --- cpp/conf/log_config.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/conf/log_config.template b/cpp/conf/log_config.template index e4b0841d0b..cc33899589 100644 --- a/cpp/conf/log_config.template +++ b/cpp/conf/log_config.template @@ -6,7 +6,7 @@ TO_STANDARD_OUTPUT = false SUBSECOND_PRECISION = 3 PERFORMANCE_TRACKING = false - MAX_LOG_FILE_SIZE = 10240 ##209715200 ## Throw log files away after 200MB + MAX_LOG_FILE_SIZE = 209715200 ## Throw log files away after 200MB * DEBUG: FILENAME = "@MILVUS_DB_PATH@/logs/milvus-%datetime{%H:%m}-debug.log" ENABLED = true