summaryrefslogtreecommitdiff
path: root/modules/logging/encoders.go
AgeCommit message (Expand)Author
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-04-07logging: Caddyfile support for `duration_format` (#4684)Francis Lavoie
2021-11-29logging: Remove common_log field and single_field encoder (#4149) (#4282)Matt Holt
2021-08-17logging: Warn for deprecated single_field encoderMatthew Holt
2021-07-14logging: Prep for `common_log` removal (#4149)Francis Lavoie
2021-06-04logging: Actually use `level_key` (#4189)Francis Lavoie
2021-01-07logging: Remove logfmt encoder (close #3575)Matthew Holt
2020-07-13logging: ⚠️ Deprecate logfmt encoderMatthew Holt
2020-02-25v2: 'log' directive for Caddyfile, and debug mode (#3052)Matt Holt
2019-12-23Improve godocs all aroundMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-10-28v2: Logging! (#2831)Matt Holt