summaryrefslogtreecommitdiff
path: root/logging.go
AgeCommit message (Expand)Author
2023-03-27log: Make sink logs encodable (#5441)Mohammed Al Sahaf
2022-10-05logging: Fix `skip_hosts` with wildcards (#5102)Francis Lavoie
2022-04-28logging: Use `RedirectStdLog` to capture more stdlib logs (#4732)Francis Lavoie
2021-09-29Move from deprecated ioutil to os and io packages (#4364)KallyDev
2021-03-29go.mod: Migrate to golang.org/x/term (#4073)Simão Gomes Viana
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-04-09logging: Colorize output in all cases of stdout/stderrMatthew Holt
2020-04-08chore: make the linter happier (#3245)Mohammed Al Sahaf
2020-04-08logging: Only colorize console outputMatthew Holt
2020-03-16Use JSON format for logs if not interactive terminalMatthew Holt
2020-01-03v2: housekeeping: address minor lint complaints (#2957)Mohammed Al Sahaf
2019-12-15logging: Implement net writer (#2884)Abdelmalek Ihdene
2019-12-13Couple of quick fixesMatthew Holt
2019-12-12Minor improvements; comments and shorter placeholders & module IDsMatthew Holt
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-11-04logging: Default logger should use wall time with millisecondsMatthew Holt
2019-10-29logging: Tweak defaults (enable logging by default, color level enc.)Matthew Holt
2019-10-28v2: Logging! (#2831)Matt Holt