mirror of https://github.com/gin-gonic/gin.git
fix default log format
`reset` field should be after `method` in LoggerWithWriter function.
This commit is contained in:
parent
f931d1ea80
commit
30f014c754
|
@ -80,7 +80,7 @@ func LoggerWithWriter(out io.Writer, notlogged ...string) HandlerFunc {
|
||||||
statusColor, statusCode, reset,
|
statusColor, statusCode, reset,
|
||||||
latency,
|
latency,
|
||||||
clientIP,
|
clientIP,
|
||||||
methodColor, reset, method,
|
methodColor, method, reset,
|
||||||
path,
|
path,
|
||||||
comment,
|
comment,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue