diff options
author | Matt Holt <mholt@users.noreply.github.com> | 2021-11-28 23:08:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 01:08:52 -0500 |
commit | 0eb0b60f47bddcf24f6af9265e60044033555ff2 (patch) | |
tree | be0baddcdcc423069f5d8f5b228af46c15984592 /caddytest | |
parent | 5e5af50e64a33ecd9c91aaa773d4f8428945ac74 (diff) |
logging: Remove common_log field and single_field encoder (#4149) (#4282)
Diffstat (limited to 'caddytest')
-rw-r--r-- | caddytest/integration/caddyfile_adapt/global_options_log_custom.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/caddytest/integration/caddyfile_adapt/global_options_log_custom.txt b/caddytest/integration/caddyfile_adapt/global_options_log_custom.txt index abbca19..e37e75e 100644 --- a/caddytest/integration/caddyfile_adapt/global_options_log_custom.txt +++ b/caddytest/integration/caddyfile_adapt/global_options_log_custom.txt @@ -3,7 +3,6 @@ format filter { wrap console fields { - common_log delete request>remote_addr ip_mask { ipv4 24 ipv6 32 @@ -19,9 +18,6 @@ "custom-logger": { "encoder": { "fields": { - "common_log": { - "filter": "delete" - }, "request\u003eremote_addr": { "filter": "ip_mask", "ipv4_cidr": 24, |