Skip to content

Commit

Permalink
Update api/utils/logs/roundtrip_logger.go
Browse files Browse the repository at this point in the history
Co-authored-by: Nils Gustav Stråbø <65334626+nilsgstrabo@users.noreply.github.com>
  • Loading branch information
Richard87 and nilsgstrabo authored Jun 13, 2024
1 parent b100445 commit b2db348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/utils/logs/roundtrip_logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func Logger(fns ...WithFunc) func(t http.RoundTripper) http.RoundTripper {
ev.
Str("method", r.Method).
Stringer("path", r.URL).
Int64("ellapsed_ms", time.Since(start).Milliseconds()).
Int64("elapsed_ms", time.Since(start).Milliseconds()).
Msg(http.StatusText(resp.StatusCode))
return resp, err
})
Expand Down

0 comments on commit b2db348

Please sign in to comment.