Skip to content

Commit

Permalink
Update proxy/pkg/middleware/accesslog.go
Browse files Browse the repository at this point in the history
Co-authored-by: David Christofas <dchristofas@owncloud.com>
  • Loading branch information
refs and David Christofas authored Aug 18, 2021
1 parent 0f0d305 commit 06fda51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/pkg/middleware/accesslog.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ func AccessLog(logger log.Logger) func(http.Handler) http.Handler {

logger.Info().
Str("proto", r.Proto).
Str("request", ExtractRequestID(r.Context())).
Str("request", chimiddleware.GetReqID(r.Context())).
Str("remote-addr", r.RemoteAddr).
Str("method", r.Method).
Int("status", wrap.Status()).
Expand Down

0 comments on commit 06fda51

Please sign in to comment.