increase method log width to 9 (PROPPATCH)
This commit is contained in:
parent
cd95d80497
commit
a433a37a67
1 changed files with 1 additions and 1 deletions
2
log.go
2
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue