diff --git a/cpp/conf/server_config.template b/cpp/conf/server_config.template index 6339b0c44002b0be195c54228b28599480657616..6b432056c5e37827fd82869942ff2f8affc01e69 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