mirror of
https://github.com/labstack/echo.git
synced 2025-07-15 01:34:53 +02:00
@ -78,7 +78,7 @@ func LoggerFromConfig(config LoggerConfig) echo.MiddlewareFunc {
|
||||
|
||||
start := time.Now()
|
||||
if err := next.Handle(c); err != nil {
|
||||
return err
|
||||
c.Error(err)
|
||||
}
|
||||
stop := time.Now()
|
||||
method := []byte(req.Method())
|
||||
|
Reference in New Issue
Block a user