Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-05 | logging: Fix `skip_hosts` with wildcards (#5102) | Francis Lavoie | |
Fix #4859 | |||
2021-08-02 | httpcaddyfile: Ensure hosts to skip for logs can always be collected (#4258) | Frederik Ring | |
* httpcaddyfile: ensure hosts to skip can always be collected Previously, some hosts that should be skipped in logging would be missed as the current logic would only collect them after encountering the first server that would log. This change makes sure the ServerLogConfig is initialized before iterating over the server blocks. * httpcaddyfile: add test case for skip hosts behavior |