From 608103a9c7d0d306f09e09e806bedf258181825d Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Mon, 16 Aug 2021 11:40:21 +0900 Subject: [PATCH] The `log_dir` should be the log directory --- tiup/tiup-cluster-topology-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tiup/tiup-cluster-topology-reference.md b/tiup/tiup-cluster-topology-reference.md index bd620f2f4d2c6..bdfe33bff30d4 100644 --- a/tiup/tiup-cluster-topology-reference.md +++ b/tiup/tiup-cluster-topology-reference.md @@ -58,7 +58,7 @@ The `global` section corresponds to the cluster's global configuration and has t - If `data_dir` is a relative path, the component data is placed in `/`. For the calculation rules of ``, see the application rules of the `deploy_dir` field. -- `log_dir`: The data directory. Default value: `"log"`. Its application rules are as follows: +- `log_dir`: The log directory. Default value: `"log"`. Its application rules are as follows: - If the absolute path `log_dir` is configured at the instance level, the actual log directory is the `log_dir` configured for the instance.