diff --git a/doc/logging.md b/doc/logging.md index aba83d23..9cb43c4b 100644 --- a/doc/logging.md +++ b/doc/logging.md @@ -15,4 +15,4 @@ Apart from log level, the controller can output messages to the logs in 2 differ - `production` (default): each line is a parseable JSON object with properties `{"level":string, "ts":int, "msg":string, "logger":string, extra values...}` - `development`: more human-readable outputs, extra stack traces and logging info, plus extra values output as JSON, in the format: `\t\t\t\t{extra-values-as-json}` -To configure the desired log mode, set the environment variable `LOG_MODE` to one of the supported values listed above. Default log level is `production`. +To configure the desired log mode, set the environment variable `LOG_MODE` to one of the supported values listed above. Default log mode is `production`.