Skip to content

Commit

Permalink
feat: remove request info logger
Browse files Browse the repository at this point in the history
  • Loading branch information
pupilcc committed Jan 10, 2024
1 parent f03b5ea commit ae42915
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions middleware/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ func RequestLogger() echo.MiddlewareFunc {
status,
zap.String("error", v.Error.Error()),
)
} else {
logger.Info("request",
time,
uri,
method,
status,
)
}
return nil
},
Expand Down

0 comments on commit ae42915

Please sign in to comment.