corrections from code review

This commit is contained in:
Michael Barz
2022-10-17 17:22:33 +02:00
parent 0b7297d1b4
commit f84fbdd6ff
6 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func AccessLog(logger log.Logger) func(http.Handler) http.Handler {
logger.Info().
Str("proto", r.Proto).
Str("request", chimiddleware.GetReqID(r.Context())).
Str(log.RequestIDString, chimiddleware.GetReqID(r.Context())).
Str("remote-addr", r.RemoteAddr).
Str("method", r.Method).
Int("status", wrap.Status()).