We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ec251 commit 2c12582Copy full SHA for 2c12582
api/httpmw/logger.go
@@ -15,6 +15,7 @@ func Logger(log slog.Logger) func(next http.Handler) http.Handler {
15
sw := &httpapi.StatusWriter{ResponseWriter: w}
16
17
httplog := log.With(
18
+ slog.F("host", r.Host),
19
slog.F("path", r.URL.Path),
20
slog.F("remote_addr", r.RemoteAddr),
21
slog.F("client_id", r.Header.Get("x-market-client-id")),
0 commit comments