Skip to content

Commit 9f37d6d

Browse files
authored
reduce blob prune logging in forward sync (sigp#4779)
1 parent a642bd7 commit 9f37d6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/store/src/hot_cold_store.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2210,7 +2210,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold>
22102210
ops.push(StoreOp::KeyValueOp(update_blob_info));
22112211

22122212
self.do_atomically_with_block_and_blobs_cache(ops)?;
2213-
info!(
2213+
debug!(
22142214
self.log,
22152215
"Blob pruning complete";
22162216
"blob_lists_pruned" => blob_lists_pruned,

0 commit comments

Comments
 (0)