Added log level values

This commit is contained in:
Lensi 2020-11-29 16:01:59 +01:00 committed by GitHub
parent e2a6e4e212
commit ae910f8c50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -177,7 +177,8 @@ Masks IP addresses in the field using a CIDR mask, i.e. the number of bytes from
} }
``` ```
### Levels
The following log levels are available with `INFO` being the default: `DEBUG`, `INFO`, `WARN`, `ERROR`, `PANIC`, and `FATAL`.
## Examples ## Examples
@ -244,4 +245,4 @@ log {
} }
} }
} }
``` ```