docs: caddyfile: Minor grammar fix (closes #126) (#127)

This commit is contained in:
Luo Peng 2021-01-16 01:26:22 +08:00 committed by GitHub
parent 1019b7be50
commit a8700f7a04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`