change %4s to %-7s for align

This commit is contained in:
Damon Zhao 2014-09-13 12:40:37 +08:00
parent 6634f04d9b
commit 953c589b32
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func Logger() HandlerFunc {
}
end := time.Now()
latency := end.Sub(start)
stdlogger.Printf("[GIN] %v |%s %3d %s| %12v | %s |%s %4s %s| %s\n%s",
stdlogger.Printf("[GIN] %v |%s %3d %s| %12v | %s |%s %-7s %s| %s\n%s",
end.Format("2006/01/02 - 15:04:05"),
color, code, reset,
latency,