Skip to content

Commit

Permalink
change-default-value-of-stderrthreshold-to-3 (#2495)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jan 17, 2023
1 parent 6f11018 commit 7163d4e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Meta 服务提供了两份初始配置文件`nebula-metad.conf.default`和`nebul
|`redirect_stdout`|`true` |是否将标准输出和标准错误重定向到单独的输出文件。 |
|`stdout_log_file` |`metad-stdout.log` | 标准输出日志文件名称。 |
|`stderr_log_file` |`metad-stderr.log` | 标准错误日志文件名称。 |
|`stderrthreshold` | `2` | 要复制到标准错误中的最小日志级别(`minloglevel`)。 |
|`stderrthreshold` | `3` | 要复制到标准错误中的最小日志级别(`minloglevel`)。 |
| `timestamp_in_logfile_name` | `true` | 日志文件名称中是否包含时间戳。`true`表示包含,`false`表示不包含。 |

## networking 配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Graph 服务提供了两份初始配置文件`nebula-graphd.conf.default`和`neb
|`redirect_stdout`|`true` |是否将标准输出和标准错误重定向到单独的输出文件。 |
|`stdout_log_file` |`graphd-stdout.log` | 标准输出日志文件名称。 |
|`stderr_log_file` |`graphd-stderr.log` | 标准错误日志文件名称。 |
|`stderrthreshold` | `2` | 要复制到标准错误中的最小日志级别(`minloglevel`)。 |
|`stderrthreshold` | `3` | 要复制到标准错误中的最小日志级别(`minloglevel`)。 |
| `timestamp_in_logfile_name` | `true` | 日志文件名称中是否包含时间戳。`true`表示包含,`false`表示不包含。 |

## query 配置
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Storage 服务提供了两份初始配置文件`nebula-storaged.conf.default`和
|`redirect_stdout`|`true` |是否将标准输出和标准错误重定向到单独的输出文件。 |
|`stdout_log_file` |`storaged-stdout.log` | 标准输出日志文件名称。 |
|`stderr_log_file` |`storaged-stderr.log` | 标准错误日志文件名称。 |
|`stderrthreshold` | `2` | 要复制到标准错误中的最小日志级别(`minloglevel`)。 |
|`stderrthreshold` | `3` | 要复制到标准错误中的最小日志级别(`minloglevel`)。 |
| `timestamp_in_logfile_name` | `true` | 日志文件名称中是否包含时间戳。`true`表示包含,`false`表示不包含。 |

## networking 配置
Expand Down

0 comments on commit 7163d4e

Please sign in to comment.