diff --git a/beacon_node/network/src/message_processor.rs b/beacon_node/network/src/message_processor.rs index 5113be506..21b28f68d 100644 --- a/beacon_node/network/src/message_processor.rs +++ b/beacon_node/network/src/message_processor.rs @@ -384,7 +384,7 @@ impl MessageProcessor { } if blocks_sent < (req.count as usize) { - trace!( + debug!( self.log, "BlocksByRange Response Sent"; "peer" => format!("{:?}", peer_id), @@ -394,7 +394,7 @@ impl MessageProcessor { "requested" => req.count, "returned" => blocks_sent); } else { - trace!( + debug!( self.log, "Sending BlocksByRange Response"; "peer" => format!("{:?}", peer_id),