Skip to content

Commit

Permalink
correct typo in logging doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright authored Oct 12, 2023
1 parent c76af84 commit 3017fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: `<timestamp-iso-8601>\t<log-level>\t<logger>\t<message>\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`.

0 comments on commit 3017fb3

Please sign in to comment.