Commit b9bb1a98 authored by inphi's avatar inphi

proxyd: Add missing req_id to log entry

parent 438745c7
---
'@eth-optimism/proxyd': patch
---
proxyd: Add req_id to log
......@@ -474,6 +474,7 @@ func (s *Server) handleBatchRPC(ctx context.Context, reqs []json.RawMessage, isL
"error forwarding RPC batch",
"batch_size", len(elems),
"backend_group", group,
"req_id", GetReqID(ctx),
"err", err,
)
res = nil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment