Skip to content

Commit

Permalink
Merge pull request #792 from Hsn723/document-log_json
Browse files Browse the repository at this point in the history
Document log_json logging configuration parameter
  • Loading branch information
vstakhov authored Dec 11, 2024
2 parents c413941 + b16d836 commit f331a66
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 f331a66

Please sign in to comment.