Skip to content

Commit

Permalink
document log_json logging configuration parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Hsn723 committed Nov 12, 2024
1 parent 0fb3a68 commit b16d836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/configuration/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Here is a summary of the logging parameters, each of which can be redefined or d
| `debug_modules` | A list of modules that are enabled for debugging.
| `log_usec` | Log microseconds (e.g. `11:43:16.68071`). Default: `false`.
| `log_severity` (2.8+) | Log severity explicitly (e.g. `[info]` or `[error]`). Default: `false`.
| `log_json` (3.8+) | If `true` logs are emitted in JSON format (implies `log_severity=true` and `systemd=false`). Default: `false`.


### Defined debug modules
Expand Down

0 comments on commit b16d836

Please sign in to comment.