Skip to content

Commit

Permalink
change-default-value-of-stderrthreshold-to-3 (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Jan 30, 2023
1 parent 74e49b0 commit 7e63afb
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 @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e63afb

Please sign in to comment.