Specify default format value for access log
This commit is contained in:
parent
14e5d4b4b3
commit
2bb712135d
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue