Move accessLog.fields example to TOML section
This commit is contained in:
parent
2691ac1307
commit
55cef21fbe
1 changed files with 3 additions and 3 deletions
|
@ -135,9 +135,6 @@ Each field can be set to:
|
||||||
|
|
||||||
The `defaultMode` for `fields.headers` is `drop`.
|
The `defaultMode` for `fields.headers` is `drop`.
|
||||||
|
|
||||||
[accessLog.fields]
|
|
||||||
defaultMode = "keep"
|
|
||||||
|
|
||||||
```yaml tab="File (YAML)"
|
```yaml tab="File (YAML)"
|
||||||
# Limiting the Logs to Specific Fields
|
# Limiting the Logs to Specific Fields
|
||||||
accessLog:
|
accessLog:
|
||||||
|
@ -161,6 +158,9 @@ accessLog:
|
||||||
filePath = "/path/to/access.log"
|
filePath = "/path/to/access.log"
|
||||||
format = "json"
|
format = "json"
|
||||||
|
|
||||||
|
[accessLog.fields]
|
||||||
|
defaultMode = "keep"
|
||||||
|
|
||||||
[accessLog.fields.names]
|
[accessLog.fields.names]
|
||||||
"ClientUsername" = "drop"
|
"ClientUsername" = "drop"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue