Skip to content

Commit

Permalink
Merge pull request #107 from pwright/patch-1
Browse files Browse the repository at this point in the history
correct typo in logging doc
  • Loading branch information
Boomatang authored Oct 13, 2023
2 parents c76af84 + 3017fb3 commit 7151226
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 7151226

Please sign in to comment.