Commit 8291ecdf authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4796 from ethereum-optimism/inphi/proxyd-log

proxyd: Add missing req_id to log entry
parents d11d4ad7 ddccdfbc
---
'@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 ...@@ -474,6 +474,7 @@ func (s *Server) handleBatchRPC(ctx context.Context, reqs []json.RawMessage, isL
"error forwarding RPC batch", "error forwarding RPC batch",
"batch_size", len(elems), "batch_size", len(elems),
"backend_group", group, "backend_group", group,
"req_id", GetReqID(ctx),
"err", err, "err", err,
) )
res = nil 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