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

chore: debug relay responses #245

Merged
merged 1 commit into from
Jan 21, 2025
Merged

chore: debug relay responses #245

merged 1 commit into from
Jan 21, 2025

Conversation

ltitanb
Copy link
Collaborator

@ltitanb ltitanb commented Jan 21, 2025

before we were using Display which was creating some annoying gaps in the stdout logs

Before

2025-01-21T16:58:58.807625Z  WARN cb_pbs::mev_boost::submit_block::tests: failed to get payload (this might be ok if other relays have it) err=relay response error. Code: 400, err: {"code":400,"message":"no execution payload for this request - block was never seen by this relay"}
{"code":400,"message":"no execution payload for this request"}

2025-01-21T16:58:58.807733Z  WARN cb_pbs::mev_boost::submit_block::tests: failed to get payload (this might be ok if other relays have it) err=relay response error. Code: 400, err: {"code":400,"message":"no execution payload for this request - block was never seen by this relay"}
{"code":400,"message":"no execution payload for this request"}

After

2025-01-21T17:01:18.019866Z  WARN cb_pbs::mev_boost::submit_block::tests: failed to get payload (this might be ok if other relays have it) err=relay response error. Code: 400, err: "{\"code\":400,\"message\":\"no execution payload for this request - block was never seen by this relay\"}\n{\"code\":400,\"message\":\"no execution payload for this request\"}\n"
2025-01-21T17:01:18.019920Z  WARN cb_pbs::mev_boost::submit_block::tests: failed to get payload (this might be ok if other relays have it) err=relay response error. Code: 400, err: "{\"code\":400,\"message\":\"no execution payload for this request - block was never seen by this relay\"}\n{\"code\":400,\"message\":\"no execution payload for this request\"}\n"

@ltitanb ltitanb added the chore Small fixes and improvements label Jan 21, 2025
@ltitanb ltitanb merged commit d396f7b into main Jan 21, 2025
4 checks passed
@ltitanb ltitanb deleted the ltitanb/logs-fix branch January 21, 2025 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Small fixes and improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant