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)
|
next.ServeHTTP(wrapped, r)
|
||||||
responseTime := time.Since(start)
|
responseTime := time.Since(start)
|
||||||
log.Printf(
|
log.Printf(
|
||||||
"%-15v %14v %v %-7v %v",
|
"%-15v %14v %v %-9v %v",
|
||||||
ip,
|
ip,
|
||||||
responseTime,
|
responseTime,
|
||||||
wrapped.status,
|
wrapped.status,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue