about summary refs log tree commit diff stats
path: root/internal/server/logging.go
Commit message (Expand)AuthorAgeLines
* feat: more structured loggingAlan Pearce2024-07-01-6/+9
* refactor: don't log request Host, it's irrelevant to this serverAlan Pearce2024-05-25-6/+1
* fix(web): fetch host from request, not header, where it's expectedAlan Pearce2024-05-22-1/+1
* fix(logging): track whether headers are written properlyAlan Pearce2024-05-17-3/+20
* feat: serve a very basic html templateAlan Pearce2024-05-02-0/+55