Clarify only header fields may be redacted in access-logs
This commit is contained in:
parent
518caa79f9
commit
e8ab3af74d
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ Each field can be set to:
|
||||||
|
|
||||||
- `keep` to keep the value
|
- `keep` to keep the value
|
||||||
- `drop` to drop 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`.
|
The `defaultMode` for `fields.names` is `keep`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue