Skip to content

Commit

Permalink
log mirror resp size
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim authored and t1mt committed Sep 3, 2024
1 parent 0c45240 commit ceef76d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ func (r *Registry) handle(rw mux.ResponseWriter, req *http.Request) {
"status", rw.Status(),
"method", req.Method,
"latency", latency.String(),
"size", rw.Size(),
"ip", getClientIP(req),
"handler", handler,
}
Expand Down

0 comments on commit ceef76d

Please sign in to comment.