Skip to content

Commit 8ff3686

Browse files
committed
fix: 🔇 change info log to debug for less verbosity
1 parent e85a9bc commit 8ff3686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/blockchain-service/src/handler_msp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ where
583583
/// the in-memory `files_to_distribute` state to not spawn duplicate tasks or
584584
/// re-emit for already-confirmed BSPs.
585585
pub(crate) fn spawn_distribute_file_to_bsps_tasks(&mut self, block_hash: &Runtime::Hash) {
586-
info!(target: LOG_TARGET, "Spawning distribute file to BSPs tasks");
586+
debug!(target: LOG_TARGET, "Spawning distribute file to BSPs tasks");
587587

588588
// Only distribute files to BSPs when explicitly enabled via configuration.
589589
if !self.config.enable_msp_distribute_files {

0 commit comments

Comments
 (0)