From 9f37d6df771dcec283cdc7d9c067b97f1ec281ac Mon Sep 17 00:00:00 2001 From: realbigsean Date: Tue, 26 Sep 2023 08:22:26 -0400 Subject: [PATCH] reduce blob prune logging in forward sync (#4779) --- beacon_node/store/src/hot_cold_store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,