summaryrefslogtreecommitdiff
path: root/modules/logging
AgeCommit message (Expand)Author
2022-11-14reverseproxy: Mask the WS close message when we're the client (#5199)Francis Lavoie
2022-10-04logging: Perform filtering on arrays of strings (where possible) (#5101)Francis Lavoie
2022-10-05logging: Add `time_local` option to use local time instead of UTC (#5108)Francis Lavoie
2022-10-04logging: Better `console` encoder defaults (#5109)Francis Lavoie
2022-08-08logging: Fix `cookie` filter (#4943)Francis Lavoie
2022-08-02chore: Bump up to Go 1.19, minimum 1.18 (#4925)Francis Lavoie
2022-04-28logging: Implement rename filter, changes field key names (#4745)Francis Lavoie
2022-04-07logging: Caddyfile support for `duration_format` (#4684)Francis Lavoie
2022-02-19logging: Add `roll_local_time` Caddyfile option (#4583)Francis Lavoie
2022-01-04logging: Support turning off roll compression via Caddyfile (#4505)Francis Lavoie
2021-12-02logging: add support for hashing data (#4434)Kévin Dunglas
2021-11-29logging: Remove common_log field and single_field encoder (#4149) (#4282)Matt Holt
2021-11-23logging: add a regexp filter (#4426)Kévin Dunglas
2021-11-23logging: add a filter for cookies (#4425)Kévin Dunglas
2021-11-23logging: add a filter for query parameters (#4424)Kévin Dunglas
2021-08-17logging: Warn for deprecated single_field encoderMatthew Holt
2021-07-14logging: Prep for `common_log` removal (#4149)Francis Lavoie
2021-07-12logging: Add missing interface guards for replace filter (#4244)Leo Di Donato
2021-06-04logging: Actually use `level_key` (#4189)Francis Lavoie
2021-05-19logging: Implement dial timeout for net writer (fix #4083) (#4172)Matt Holt
2021-03-12logging: add replace filter for static value replacement (#4029)Aaron Taylor
2021-01-07logging: Remove logfmt encoder (close #3575)Matthew Holt
2021-01-05caddyfile: Refactor unmarshaling of module tokensMatthew Holt
2020-11-02logging: Fix for IP filteringChristoph Kluge
2020-09-15logging: Implement Caddyfile support for filter encoder (#3578)Francis Lavoie
2020-07-13logging: ⚠️ Deprecate logfmt encoderMatthew Holt
2020-05-29caddyconfig: Minor internal and godoc tweaksMatthew Holt
2020-05-28logging: Net writer redials if write fails (#3453)Matt Holt
2020-05-11core: Add support for `d` duration unit (#3323)Francis Lavoie
2020-05-07log: improve rounding logic for log rolling directives (#3367)Jeremy Lin
2020-04-07core: Rename ParsedAddress -> NetworkAddressMatthew Holt
2020-03-24logging: Fix off-by-one for roll size MB from CaddyfileMatthew Holt
2020-02-25v2: 'log' directive for Caddyfile, and debug mode (#3052)Matt Holt
2020-01-03logging: Add doc about which fields can't be filteredMatthew Holt
2020-01-03v2: housekeeping: address minor lint complaints (#2957)Mohammed Al Sahaf
2020-01-01logging: Little fix for filtering object fieldsMatthew Holt
2019-12-23Improve godocs all aroundMatthew Holt
2019-12-15logging: Implement net writer (#2884)Abdelmalek Ihdene
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-11-11logging: Support placeholders in level and filename (#2872)Sarat Chandra
2019-10-28v2: Logging! (#2831)Matt Holt