Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add http and grpc API call logs #43

Merged
merged 8 commits into from
Nov 26, 2024
Merged

feat: add http and grpc API call logs #43

merged 8 commits into from
Nov 26, 2024

Conversation

bap2pecs
Copy link
Collaborator

Summary

while debugging the issue where the L2 finalized head stuck due to a potential reorg, I found that we don't have server logs in the FG grpc server. So I don't know when op-node calls it with what data

so let's add logs for all API calls, for both http and grpc servers

this is built on top of #42

Test Plan

make lint
make test

both passed

server/grpcserver.go Outdated Show resolved Hide resolved
server/grpcserver.go Outdated Show resolved Hide resolved
@bap2pecs
Copy link
Collaborator Author

seems CI was failing before this PR. need to investigate

image

Base automatically changed from chore/refactor-server to main November 26, 2024 08:26
@bap2pecs bap2pecs merged commit 4ffe20d into main Nov 26, 2024
6 of 7 checks passed
@bap2pecs bap2pecs deleted the feat/add-logs branch November 26, 2024 08:33
@bap2pecs
Copy link
Collaborator Author

will fix test together after the FP e2e test is fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants