mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 11:47:12 -04:00
Added log level values
This commit is contained in:
parent
e2a6e4e212
commit
ae910f8c50
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
@ -244,4 +245,4 @@ log {
|
|||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue