proxyd: Add missing req_id to log entry

This commit is contained in:
inphi 2023-01-27 13:23:20 -05:00
parent f66cedbef5
commit 2a87efb68a

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