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

This commit is contained in:
RussellLuo 2021-01-15 23:11:03 +08:00
parent 1019b7be50
commit bc43bb0c74

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. - **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`