From 5b9c3b91ab92a6fdc78c7dc0d6fc7c5c7a99e226 Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Sun, 7 Apr 2024 16:08:19 +0800 Subject: [PATCH] mirror errors (#2529) --- .../5.configurations-and-logs/1.configurations/2.meta-config.md | 2 +- .../1.configurations/3.graph-config.md | 2 +- .../1.configurations/4.storage-config.md | 2 +- docs-2.0-en/nebula-studio/manage-schema/st-ug-crud-edge-type.md | 2 +- docs-2.0-en/nebula-studio/manage-schema/st-ug-crud-tag.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs-2.0-en/5.configurations-and-logs/1.configurations/2.meta-config.md b/docs-2.0-en/5.configurations-and-logs/1.configurations/2.meta-config.md index 2c4527bbde8..e96409f14e3 100644 --- a/docs-2.0-en/5.configurations-and-logs/1.configurations/2.meta-config.md +++ b/docs-2.0-en/5.configurations-and-logs/1.configurations/2.meta-config.md @@ -1,6 +1,6 @@ # Meta Service configuration -NebulaGraph provides two initial configuration files for the Meta Service, `nebula-metad.conf.default` and `nebula-metad.conf.production`. Users can use them in different scenarios conveniently. The default file path is `/usr/local/nebula/etc/`. +NebulaGraph provides two initial configuration files for the Meta service, `nebula-metad.conf.default` and `nebula-metad.conf.production`. Users can use them in different scenarios conveniently. The default file path is `/usr/local/nebula/etc/`. !!! caution diff --git a/docs-2.0-en/5.configurations-and-logs/1.configurations/3.graph-config.md b/docs-2.0-en/5.configurations-and-logs/1.configurations/3.graph-config.md index 6f302e1948c..d79e479fd88 100644 --- a/docs-2.0-en/5.configurations-and-logs/1.configurations/3.graph-config.md +++ b/docs-2.0-en/5.configurations-and-logs/1.configurations/3.graph-config.md @@ -42,7 +42,7 @@ For all parameters and their current values, see [Configurations](1.configuratio | Name | Predefined value | Description |Whether supports runtime dynamic modifications| | ------------- | ------------------------ | ------------------------------------------------ |------------------| -| `log_dir` | `logs` | The directory that stores the Meta Service log. It is recommended to put logs on a different hard disk from the data. | No| +| `log_dir` | `logs` | The directory that stores the Graph service log. It is recommended to put logs on a different hard disk from the data. | No| | `minloglevel` | `0` | Specifies the minimum level of the log. That is, log messages at or above this level. Optional values are `0` (INFO), `1` (WARNING), `2` (ERROR), `3` (FATAL). It is recommended to set it to `0` during debugging and `1` in a production environment. If it is set to `4`, NebulaGraph will not print any logs. | Yes| | `v` | `0` | Specifies the detailed level of VLOG. That is, log all VLOG messages less or equal to the level. Optional values are `0`, `1`, `2`, `3`, `4`, `5`. The VLOG macro provided by glog allows users to define their own numeric logging levels and control verbose messages that are logged with the parameter `v`. For details, see [Verbose Logging](https://github.com/google/glog#verbose-logging).| Yes| | `logbufsecs` | `0` | Specifies the maximum time to buffer the logs. If there is a timeout, it will output the buffered log to the log file. `0` means real-time output. This configuration is measured in seconds. | No| diff --git a/docs-2.0-en/5.configurations-and-logs/1.configurations/4.storage-config.md b/docs-2.0-en/5.configurations-and-logs/1.configurations/4.storage-config.md index 5e78c018003..36364dc957a 100644 --- a/docs-2.0-en/5.configurations-and-logs/1.configurations/4.storage-config.md +++ b/docs-2.0-en/5.configurations-and-logs/1.configurations/4.storage-config.md @@ -43,7 +43,7 @@ For all parameters and their current values, see [Configurations](1.configuratio | Name | Predefined value | Description |Whether supports runtime dynamic modifications| | :------------- | :------------------------ | :------------------------------------------------ |:------------------| -| `log_dir` | `logs` | The directory that stores the Meta Service log. It is recommended to put logs on a different hard disk from the data. | No| +| `log_dir` | `logs` | The directory that stores the Storage service log. It is recommended to put logs on a different hard disk from the data. | No| | `minloglevel` | `0` | Specifies the minimum level of the log. That is, log messages at or above this level. Optional values are `0` (INFO), `1` (WARNING), `2` (ERROR), `3` (FATAL). It is recommended to set it to `0` during debugging and `1` in a production environment. If it is set to `4`, NebulaGraph will not print any logs. | Yes| | `v` | `0` | Specifies the detailed level of VLOG. That is, log all VLOG messages less or equal to the level. Optional values are `0`, `1`, `2`, `3`, `4`, `5`. The VLOG macro provided by glog allows users to define their own numeric logging levels and control verbose messages that are logged with the parameter `v`. For details, see [Verbose Logging](https://github.com/google/glog#verbose-logging).| Yes| | `logbufsecs` | `0` | Specifies the maximum time to buffer the logs. If there is a timeout, it will output the buffered log to the log file. `0` means real-time output. This configuration is measured in seconds. | No| diff --git a/docs-2.0-en/nebula-studio/manage-schema/st-ug-crud-edge-type.md b/docs-2.0-en/nebula-studio/manage-schema/st-ug-crud-edge-type.md index 505a755550c..8a0dd7a106b 100644 --- a/docs-2.0-en/nebula-studio/manage-schema/st-ug-crud-edge-type.md +++ b/docs-2.0-en/nebula-studio/manage-schema/st-ug-crud-edge-type.md @@ -75,7 +75,7 @@ When the edge type is created successfully, the **Define Properties** panel show !!! note - For information about the coexistence problem of TTL and index, see [TTL]((../../3.ngql-guide/8.clauses-and-options/ttl-options.md). + For information about the coexistence problem of TTL and index, see [TTL](../../3.ngql-guide/8.clauses-and-options/ttl-options.md). ## Delete an Edge type diff --git a/docs-2.0-en/nebula-studio/manage-schema/st-ug-crud-tag.md b/docs-2.0-en/nebula-studio/manage-schema/st-ug-crud-tag.md index 3b865f3bc0a..85f3ab0551b 100644 --- a/docs-2.0-en/nebula-studio/manage-schema/st-ug-crud-tag.md +++ b/docs-2.0-en/nebula-studio/manage-schema/st-ug-crud-tag.md @@ -76,7 +76,7 @@ When the tag is created successfully, the **Define Properties** panel shows all !!! note - The problem of coexistence of TTL and index, see [TTL]((../../3.ngql-guide/8.clauses-and-options/ttl-options.md). + For the problem of the coexistence of TTL and index, see [TTL](../../3.ngql-guide/8.clauses-and-options/ttl-options.md). ## Delete a tag