[Feature] Add structured access logging #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
Replace plain
log.Printfoutput with structured request logging (host, path, status, duration) to make debugging traffic patterns easier across the multiple domains this server handles.Proposal
No response
Alternatives Considered
No response