Skip to content

Commit

Permalink
add line about how log levels work
Browse files Browse the repository at this point in the history
Signed-off-by: Donny Yung <[email protected]>
  • Loading branch information
Donny Yung committed Sep 1, 2021
1 parent dcad837 commit a27c8ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ case insensitive:
- `fatal`
- `panic`

For whichever log-level you select, you will get logs labeled with that level and of higher severity.
(e.g. if you use `info`, you will also get logs labeled `error`. You will NOT get logs labeled `debug`.

These are the valid fields for the `logLevels` key:

| Field | Description | Type | Default |
Expand Down

0 comments on commit a27c8ab

Please sign in to comment.