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

proxyd: Add missing req_id to log entry
This commit is contained in:
mergify[bot] 2023-01-27 18:39:55 +00:00 committed by GitHub
commit 8648b410b9

@ -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