mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 12:11:59 +00:00
more logging improvements (#4885)
## 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 <seananderson33@gmail.com>
This commit is contained in:
@@ -786,7 +786,7 @@ impl<T: BeaconChainTypes> BlockLookups<T> {
|
||||
self.log,
|
||||
"Block component processed for lookup";
|
||||
"response_type" => ?R::response_type(),
|
||||
"result" => ?result,
|
||||
"block_root" => ?root,
|
||||
);
|
||||
|
||||
match result {
|
||||
|
||||
Reference in New Issue
Block a user