better display for log message (#623)

This commit is contained in:
novaeye 2017-01-05 16:29:33 +08:00 committed by Bo-Yi Wu
parent 8191cdf5d6
commit 75c2274b4b
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func LoggerWithWriter(out io.Writer, notlogged ...string) HandlerFunc {
}
comment := c.Errors.ByType(ErrorTypePrivate).String()
fmt.Fprintf(out, "[GIN] %v |%s %3d %s| %13v | %s |%s %s %-7s %s\n%s",
fmt.Fprintf(out, "[GIN] %v |%s %3d %s| %13v | %15s |%s %s %-7s %s\n%s",
end.Format("2006/01/02 - 15:04:05"),
statusColor, statusCode, reset,
latency,