From a433a37a67dd42fcc13bdcaa73c6b78e318ce10e Mon Sep 17 00:00:00 2001 From: dasha_uwu Date: Sun, 10 Aug 2025 11:54:07 +0500 Subject: [PATCH] increase method log width to 9 (PROPPATCH) --- log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.go b/log.go index 3904e89..991b3c5 100644 --- a/log.go +++ b/log.go @@ -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,