index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
logging.go
Age
Commit message (
Expand
)
Author
2021-03-29
go.mod: Migrate to golang.org/x/term (#4073)
Simão Gomes Viana
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-04-09
logging: Colorize output in all cases of stdout/stderr
Matthew Holt
2020-04-08
chore: make the linter happier (#3245)
Mohammed Al Sahaf
2020-04-08
logging: Only colorize console output
Matthew Holt
2020-03-16
Use JSON format for logs if not interactive terminal
Matthew Holt
2020-01-03
v2: housekeeping: address minor lint complaints (#2957)
Mohammed Al Sahaf
2019-12-15
logging: Implement net writer (#2884)
Abdelmalek Ihdene
2019-12-13
Couple of quick fixes
Matthew Holt
2019-12-12
Minor improvements; comments and shorter placeholders & module IDs
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-11-11
logging: Support placeholders in level and filename (#2872)
Sarat Chandra
2019-11-04
logging: Default logger should use wall time with milliseconds
Matthew Holt
2019-10-29
logging: Tweak defaults (enable logging by default, color level enc.)
Matthew Holt
2019-10-28
v2: Logging! (#2831)
Matt Holt