docs: add default mode for fields.names to access log

This commit is contained in:
Aleks Vujić 2022-04-15 12:48:08 +02:00 committed by GitHub
parent 55cef21fbe
commit 78822a8015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,6 +133,8 @@ Each field can be set to:
- `drop` to drop the value
- `redact` to replace the value with "redacted"
The `defaultMode` for `fields.names` is `keep`.
The `defaultMode` for `fields.headers` is `drop`.
```yaml tab="File (YAML)"