Skip to content

Commit

Permalink
based on pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink committed Nov 10, 2022
1 parent fcc9dcc commit 595dca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basculehttp/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func SetLogger(logger *zap.Logger) alice.Constructor {
l := logger.With(
zap.Reflect("request.Headers", sanitizeHeaders(r.Header)), //lgtm [go/clear-text-logging]
zap.String("request.URL", r.URL.EscapedPath()),
zap.String("request.method", r.Method),
zap.String("request.Method", r.Method),
zap.String("request.address", source),
zap.String("request.path", r.URL.Path),
zap.String("request.query", r.URL.RawQuery),
Expand Down

0 comments on commit 595dca8

Please sign in to comment.