mirror of
https://github.com/caddyserver/website.git
synced 2025-05-06 11:47:12 -04:00
docs: caddyfile: Minor grammar fix (closes #126)
This commit is contained in:
parent
1019b7be50
commit
bc43bb0c74
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.
|
- **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`
|
- **level** is the minimum entry level to log. Default: `INFO`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue