From 7e63afb988a2f3ddd137c215a52c203cd09a21af Mon Sep 17 00:00:00 2001 From: "abby.huang" <78209557+abby-cyber@users.noreply.github.com> Date: Mon, 30 Jan 2023 14:48:53 +0800 Subject: [PATCH] change-default-value-of-`stderrthreshold`-to-3 (#1885) --- .../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 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-2.0/5.configurations-and-logs/1.configurations/2.meta-config.md b/docs-2.0/5.configurations-and-logs/1.configurations/2.meta-config.md index dd96619da18..2d85008992b 100644 --- a/docs-2.0/5.configurations-and-logs/1.configurations/2.meta-config.md +++ b/docs-2.0/5.configurations-and-logs/1.configurations/2.meta-config.md @@ -48,7 +48,7 @@ For all parameters and their current values, see [Configurations](1.configuratio |`redirect_stdout` |`true` | When set to `true`, the process redirects the`stdout` and `stderr` to separate output files. | |`stdout_log_file` |`metad-stdout.log` | Specifies the filename for the `stdout` log. | |`stderr_log_file` |`metad-stderr.log` | Specifies the filename for the `stderr` log. | -|`stderrthreshold` | `2` | Specifies the `minloglevel` to be copied to the `stderr` log. | +|`stderrthreshold` | `3` | Specifies the `minloglevel` to be copied to the `stderr` log. | | `timestamp_in_logfile_name` | `true` | Specifies if the log file name contains a timestamp. `true` indicates yes, `false` indicates no. | ## Networking configurations diff --git a/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md b/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md index f847a6a642b..e7a93b3cd43 100644 --- a/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md +++ b/docs-2.0/5.configurations-and-logs/1.configurations/3.graph-config.md @@ -43,7 +43,7 @@ For all parameters and their current values, see [Configurations](1.configuratio |`redirect_stdout` |`true` | When set to `true`, the process redirects the`stdout` and `stderr` to separate output files. | |`stdout_log_file` |`graphd-stdout.log` | Specifies the filename for the `stdout` log. | |`stderr_log_file` |`graphd-stderr.log` | Specifies the filename for the `stderr` log. | -|`stderrthreshold` | `2` | Specifies the `minloglevel` to be copied to the `stderr` log. | +|`stderrthreshold` | `3` | Specifies the `minloglevel` to be copied to the `stderr` log. | | `timestamp_in_logfile_name` | `true` | Specifies if the log file name contains a timestamp. `true` indicates yes, `false` indicates no. | ## Query configurations diff --git a/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md b/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md index bdb7667b067..82099917f54 100644 --- a/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md +++ b/docs-2.0/5.configurations-and-logs/1.configurations/4.storage-config.md @@ -46,7 +46,7 @@ For all parameters and their current values, see [Configurations](1.configuratio |`redirect_stdout` | `true` | When set to `true`, the process redirects the`stdout` and `stderr` to separate output files. | |`stdout_log_file` |`graphd-stdout.log` | Specifies the filename for the `stdout` log. | |`stderr_log_file` |`graphd-stderr.log` | Specifies the filename for the `stderr` log. | -|`stderrthreshold` | `2` | Specifies the `minloglevel` to be copied to the `stderr` log. | +|`stderrthreshold` | `3` | Specifies the `minloglevel` to be copied to the `stderr` log. | | `timestamp_in_logfile_name` | `true` | Specifies if the log file name contains a timestamp. `true` indicates yes, `false` indicates no. | ## Networking configurations