From 3e3a7c6f2af0a1107ff303aa422e7c0807905166 Mon Sep 17 00:00:00 2001 From: Yannick Date: Sun, 15 Dec 2024 15:29:09 +0100 Subject: [PATCH] listing all possible log levels --- src/docs/markdown/caddyfile/directives/log.md | 2 ++ 1 file changed, 2 insertions(+) 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.