Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Hassan <[email protected]>
  • Loading branch information
afhassan committed Dec 2, 2024
1 parent 50686ee commit 75289a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/frontend/transport/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func (f *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
"method", r.Method,
"path", r.URL.Path,
}, formatQueryString(queryString)...)
level.Info(util_log.WithContext(r.Context(), f.log)).Log(logMessage...)
level.Info(util_log.WithContext(r.Context(), f.log)).Log(logMessage...)
}

startTime := time.Now()
Expand Down

0 comments on commit 75289a8

Please sign in to comment.