From b56964f179936b1d33ad8466149c057b6243b20e Mon Sep 17 00:00:00 2001 From: zhiru Date: Mon, 1 Jul 2019 20:10:25 +0800 Subject: [PATCH] update Former-commit-id: 736501fe9c806903d75ef38140b8c9470ac3adc0 --- cpp/conf/server_config.template | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/conf/server_config.template b/cpp/conf/server_config.template index 6339b0c440..6b432056c5 100644 --- a/cpp/conf/server_config.template +++ b/cpp/conf/server_config.template @@ -15,7 +15,6 @@ db_config: index_building_threshold: 1024 # index building trigger threshold, default: 1024, unit: MB archive_disk_threshold: 512 # triger archive action if storage size exceed this value, unit: GB archive_days_threshold: 30 # files older than x days will be archived, unit: day - sql_echo: on # print sql statement in debug log metric_config: is_startup: off # if monitoring start: on, off