fix default log format
`reset` field should be after `method` in LoggerWithWriter function.
This commit is contained in:
		@ -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,
 | 
				
			||||||
			)
 | 
								)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user