diff --git a/beacon_node/store/src/hot_cold_store.rs b/beacon_node/store/src/hot_cold_store.rs index 3f6d6b8867..8197534072 100644 --- a/beacon_node/store/src/hot_cold_store.rs +++ b/beacon_node/store/src/hot_cold_store.rs @@ -2210,7 +2210,7 @@ impl, Cold: ItemStore> HotColdDB ops.push(StoreOp::KeyValueOp(update_blob_info)); self.do_atomically_with_block_and_blobs_cache(ops)?; - info!( + debug!( self.log, "Blob pruning complete"; "blob_lists_pruned" => blob_lists_pruned,