From ae910f8c5099c80993e8c6d46c19e72549bc834e Mon Sep 17 00:00:00 2001 From: Lensi Date: Sun, 29 Nov 2020 16:01:59 +0100 Subject: [PATCH] Added log level values --- src/docs/markdown/caddyfile/directives/log.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/docs/markdown/caddyfile/directives/log.md b/src/docs/markdown/caddyfile/directives/log.md index f299d93..3ef2c9c 100644 --- a/src/docs/markdown/caddyfile/directives/log.md +++ b/src/docs/markdown/caddyfile/directives/log.md @@ -177,7 +177,8 @@ Masks IP addresses in the field using a CIDR mask, i.e. the number of bytes from } ``` - +### Levels +The following log levels are available with `INFO` being the default: `DEBUG`, `INFO`, `WARN`, `ERROR`, `PANIC`, and `FATAL`. ## Examples @@ -244,4 +245,4 @@ log { } } } -``` \ No newline at end of file +```