From e0b6e66a69dfbc1b0424d480d367b1ddb1c6f766 Mon Sep 17 00:00:00 2001 From: starlord Date: Thu, 18 Jul 2019 15:35:43 +0800 Subject: [PATCH] change log size limit to 200MB Former-commit-id: 6ce00771d20bd1fd18fdf4b4f58ad6f20a6c1bea --- 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 f4f3d3684c..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 = 2097152 ## Throw log files away after 2MB + 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