summaryrefslogtreecommitdiff
path: root/logging.go
AgeCommit message (Expand)Author
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