about summary refs log tree commit diff stats
path: root/internal/server/logging.go
Commit message (Expand)AuthorAgeLines
* extract logging libraryAlan Pearce2 days-1/+1
* enable filtered debug logging via DEBUG="component.*"Alan Pearce4 days-1/+1
* rename go moduleAlan Pearce4 days-1/+2
* remove unnecessary assignmentsAlan Pearce5 days-4/+2
* don't log URL schemeAlan Pearce8 days-5/+0
* log scheme directly from requestAlan Pearce9 days-1/+1
* don't log requests to /healthAlan Pearce2024-05-23-0/+3
* refactor: simplify logging of Host headerAlan Pearce2024-05-22-8/+1
* refactor: lint with golangci-lintAlan Pearce2024-05-22-4/+4
* fix logging of host headerAlan Pearce2024-05-22-1/+1
* use zap for logging http requests as wellAlan Pearce2024-05-19-12/+9
* implement live-reloading dev serverAlan Pearce2024-04-27-0/+55