From 2bb712135df1b5c7b1f9d6b7c04bbd6ca3a83add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20BUISSON?= Date: Fri, 27 Sep 2024 15:34:04 +0200 Subject: [PATCH] Specify default format value for access log --- docs/content/observability/access-logs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/observability/access-logs.md b/docs/content/observability/access-logs.md index f96473a95..1049e6fc5 100644 --- a/docs/content/observability/access-logs.md +++ b/docs/content/observability/access-logs.md @@ -47,6 +47,8 @@ accessLog: ### `format` +_Optional, Default="common"_ + By default, logs are written using the Common Log Format (CLF). To write logs in JSON, use `json` in the `format` option. If the given format is unsupported, the default (CLF) is used instead.