Skip to content

Commit

Permalink
fix(log): outcoming to outgoing
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Mar 2, 2025
1 parent cc8ed2a commit 09f6534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log/echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (l *Echo) AccessLogger() echo.MiddlewareFunc {
"latency_human", latencyHuman,
)

// outcoming log
// outgoing log
logger.Infow(
fmt.Sprintf("--> %s %d %s %s", req.Method, res.Status, req.URL.Path, latencyHuman),
args...,
Expand Down

0 comments on commit 09f6534

Please sign in to comment.