Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
8291ecdf
Unverified
Commit
8291ecdf
authored
Jan 27, 2023
by
mergify[bot]
Committed by
GitHub
Jan 27, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4796 from ethereum-optimism/inphi/proxyd-log
proxyd: Add missing req_id to log entry
parents
d11d4ad7
ddccdfbc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
late-radios-suffer.md
.changeset/late-radios-suffer.md
+5
-0
server.go
proxyd/server.go
+1
-0
No files found.
.changeset/late-radios-suffer.md
0 → 100644
View file @
8291ecdf
---
'
@eth-optimism/proxyd'
:
patch
---
proxyd: Add req_id to log
proxyd/server.go
View file @
8291ecdf
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment