diff --git a/src/docs/markdown/caddyfile/directives/log.md b/src/docs/markdown/caddyfile/directives/log.md index a7847c5..28e58df 100644 --- a/src/docs/markdown/caddyfile/directives/log.md +++ b/src/docs/markdown/caddyfile/directives/log.md @@ -96,6 +96,8 @@ log [] { - **level** is the minimum entry level to log. Default: `INFO`. + Possible levels: `DEBUG`, `INFO`, `WARN`, `ERROR`, `PANIC`, and `FATAL` + Note that access logs currently only emit `INFO` and `ERROR` level logs.