increase method log width to 9 (PROPPATCH)

This commit is contained in:
dasha_uwu 2025-08-10 11:54:07 +05:00
parent cd95d80497
commit a433a37a67

2
log.go
View file

@ -38,7 +38,7 @@ func loghttpreq(next http.Handler) http.Handler {
next.ServeHTTP(wrapped, r)
responseTime := time.Since(start)
log.Printf(
"%-15v %14v %v %-7v %v",
"%-15v %14v %v %-9v %v",
ip,
responseTime,
wrapped.status,