chore: revert back to trace for update_hashes (#21915)

This commit is contained in:
DaniPopes
2026-02-06 20:47:13 +01:00
committed by GitHub
parent 9aee291093
commit 1177bc94c9

View File

@@ -2871,7 +2871,7 @@ impl SparseSubtrie {
/// # Panics
///
/// If the node at the root path does not exist.
#[instrument(level = "debug", target = "trie::parallel_sparse", skip_all, fields(root = ?self.path), ret)]
#[instrument(level = "trace", target = "trie::parallel_sparse", skip_all, fields(root = ?self.path), ret)]
fn update_hashes(
&mut self,
prefix_set: &mut PrefixSet,