diff options
author | Francis Lavoie <lavofr@gmail.com> | 2022-10-05 14:14:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 12:14:13 -0600 |
commit | 99ffe9338837eff80def7e5d51c2a0e02f56abdb (patch) | |
tree | f9168596a126540e9ab1a38ae79fb7359877e1d5 /caddytest | |
parent | e07a267276b9c00181c979ec65f26e25b8325beb (diff) |
logging: Fix `skip_hosts` with wildcards (#5102)
Fix #4859
Diffstat (limited to 'caddytest')
-rw-r--r-- | caddytest/integration/caddyfile_adapt/log_skip_hosts.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/caddytest/integration/caddyfile_adapt/log_skip_hosts.txt b/caddytest/integration/caddyfile_adapt/log_skip_hosts.txt index 6fbd85a..25e4bd1 100644 --- a/caddytest/integration/caddyfile_adapt/log_skip_hosts.txt +++ b/caddytest/integration/caddyfile_adapt/log_skip_hosts.txt @@ -62,6 +62,9 @@ example.com { } ], "logs": { + "logger_names": { + "one.example.com": "" + }, "skip_hosts": [ "three.example.com", "two.example.com", |