From dce807a329c55ceacc0560210583617463e2964b Mon Sep 17 00:00:00 2001 From: Brad Jones Date: Tue, 26 May 2020 08:56:04 -0600 Subject: [PATCH] Use "headers" instead of "header" in access log docs --- docs/content/observability/access-logs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/observability/access-logs.md b/docs/content/observability/access-logs.md index c09a8ebf4..0c54d485d 100644 --- a/docs/content/observability/access-logs.md +++ b/docs/content/observability/access-logs.md @@ -111,9 +111,9 @@ accessLog: --accesslog.filters.minduration=10ms ``` -### Limiting the Fields +### Limiting the Fields/Including Headers -You can decide to limit the logged fields/headers to a given list with the `fields.names` and `fields.header` options +You can decide to limit the logged fields/headers to a given list with the `fields.names` and `fields.headers` options. Each field can be set to: @@ -121,7 +121,7 @@ Each field can be set to: - `drop` to drop the value - `redact` to replace the value with "redacted" -The `defaultMode` for `fields.header` is `drop`. +The `defaultMode` for `fields.headers` is `drop`. ```toml tab="File (TOML)" # Limiting the Logs to Specific Fields