Clarify only header fields may be redacted in access-logs

This commit is contained in:
Matt Brown 2024-10-04 03:28:04 +13:00 committed by GitHub
parent 518caa79f9
commit e8ab3af74d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -138,7 +138,8 @@ Each field can be set to:
- `keep` to keep the value
- `drop` to drop the value
- `redact` to replace the value with "redacted"
Header fields may also optionally be set to `redact` to replace the value with "REDACTED".
The `defaultMode` for `fields.names` is `keep`.