diff --git a/cpp/conf/log_config.template b/cpp/conf/log_config.template index f4f3d3684cdc0da5a97bb49d08a07dd74014d4c7..cc33899589b3a691a149195ad7dd78ce8444cc87 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