Skip to content

Commit

Permalink
Downgrade noisy log.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmygchen committed Jul 1, 2024
1 parent 7d2d826 commit 0f355a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon_node/network/src/network_beacon_processor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use lighthouse_network::{
rpc::{BlocksByRangeRequest, BlocksByRootRequest, LightClientBootstrapRequest, StatusMessage},
Client, MessageId, NetworkGlobals, PeerId, PeerRequestId, PubsubMessage,
};
use slog::{debug, error, Logger};
use slog::{debug, error, trace, Logger};
use slot_clock::ManualSlotClock;
use std::path::PathBuf;
use std::sync::Arc;
Expand Down Expand Up @@ -827,7 +827,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
Some(availability_processing_status)
}
Ok(None) => {
debug!(
trace!(
self.log,
"Reconstruction not required for block";
"block_hash" => %block_root,
Expand Down

0 comments on commit 0f355a7

Please sign in to comment.