Specify default format value for access log

This commit is contained in:
Rémi BUISSON 2024-09-27 15:34:04 +02:00 committed by GitHub
parent 14e5d4b4b3
commit 2bb712135d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.