reduce blob prune logging in forward sync (#4779)

This commit is contained in:
realbigsean 2023-09-26 08:22:26 -04:00 committed by GitHub
parent a642bd7de7
commit 9f37d6df77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2210,7 +2210,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold>
ops.push(StoreOp::KeyValueOp(update_blob_info)); ops.push(StoreOp::KeyValueOp(update_blob_info));
self.do_atomically_with_block_and_blobs_cache(ops)?; self.do_atomically_with_block_and_blobs_cache(ops)?;
info!( debug!(
self.log, self.log,
"Blob pruning complete"; "Blob pruning complete";
"blob_lists_pruned" => blob_lists_pruned, "blob_lists_pruned" => blob_lists_pruned,