Browse Source

change %4s to %-7s for align

Damon Zhao 11 years ago
parent
commit
953c589b32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      logger.go

+ 1 - 1
logger.go

@@ -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,