Merge pull request #627 from liudanking/develop

Fix log color reset
This commit is contained in:
Javier Provecho Fernandez 2016-12-05 10:49:16 +01:00 committed by GitHub
commit 2ee06db79a
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,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,
) )