-
Notifications
You must be signed in to change notification settings - Fork 907
[Merged by Bors] - more logging improvements #4885
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nit, otherwise LGTM
@@ -786,7 +786,6 @@ impl<T: BeaconChainTypes> BlockLookups<T> { | |||
self.log, | |||
"Block component processed for lookup"; | |||
"response_type" => ?R::response_type(), | |||
"result" => ?result, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does it make sense to log the block_root
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call! added
bors r+ |
## Issue Addressed -downgrades `Missing components over rpc` to debug because this isn't unusual and just results in a re-try -removes the result from `Block component processed for lookup` because this prints the full block on an unknown parent error Co-authored-by: realbigsean <[email protected]>
Pull request successfully merged into unstable. Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page.
|
Issue Addressed
-downgrades
Missing components over rpc
to debug because this isn't unusual and just results in a re-try-removes the result from
Block component processed for lookup
because this prints the full block on an unknown parent error