mirror of
https://github.com/caddyserver/website.git
synced 2025-04-22 04:56:17 -04:00
parent
1019b7be50
commit
a8700f7a04
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ log {
|
|||
}
|
||||
```
|
||||
|
||||
- **output** configures a where to write the logs to. See [Output modules](#output-modules) below. Default: `stderr`
|
||||
- **output** configures where to write the logs. See [Output modules](#output-modules) below. Default: `stderr`
|
||||
- **format** describes how to encode, or format, the logs. See [Format modules](#format-modules) below. Default: `console` if `stdout` is detected to be a terminal, `json` otherwise.
|
||||
- **level** is the minimum entry level to log. Default: `INFO`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue