Skip to content

Commit

Permalink
fix(log): typo letency to latency
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 6f054a7 commit cc8ed2a
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 @@ -252,7 +252,7 @@ func (l *Echo) AccessLogger() echo.MiddlewareFunc {
args = append(args,
"status", res.Status,
"bytes_out", res.Size,
"letency", latency.Microseconds(),
"latency", latency.Microseconds(),
"latency_human", latencyHuman,
)

Expand Down

0 comments on commit cc8ed2a

Please sign in to comment.