From 3b92a56737b38bc53fe35e56d414230ba6497e36 Mon Sep 17 00:00:00 2001 From: JaySon Date: Thu, 25 Jul 2024 15:49:58 +0800 Subject: [PATCH] tiflash: Add example of setting the tiflash-proxy configs (#2444) Signed-off-by: JaySon-Huang --- embed/examples/cluster/topology.example.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/embed/examples/cluster/topology.example.yaml b/embed/examples/cluster/topology.example.yaml index 0af84a658e..ce9953c783 100644 --- a/embed/examples/cluster/topology.example.yaml +++ b/embed/examples/cluster/topology.example.yaml @@ -248,6 +248,12 @@ tiflash_servers: data_dir: /data1/tidb-data/tiflash-9000 # # TiFlash Server log file storage directory. log_dir: /data1/tidb-deploy/tiflash-9000/log + # # The following configs are used to overwrite the `server_configs.tiflash` values. + # config: + # logger.level: info + # # The following configs are used to overwrite the `server_configs.tiflash-learner` values. + # learner_config: + # log.level: info - host: 10.0.1.19 # ssh_port: 22 tcp_port: 9001