From b16d8366d17d33ac36e02d3ef32961689afa56fe Mon Sep 17 00:00:00 2001 From: natsuki-hoshino Date: Tue, 12 Nov 2024 04:45:56 +0000 Subject: [PATCH] document log_json logging configuration parameter --- doc/configuration/logging.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/configuration/logging.md b/doc/configuration/logging.md index ee4a5473c..bce201ed5 100644 --- a/doc/configuration/logging.md +++ b/doc/configuration/logging.md @@ -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