From 1177bc94c9fdfee4d368ed4b813eda60261c3a21 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Fri, 6 Feb 2026 20:47:13 +0100 Subject: [PATCH] chore: revert back to trace for update_hashes (#21915) --- crates/trie/sparse-parallel/src/trie.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/trie/sparse-parallel/src/trie.rs b/crates/trie/sparse-parallel/src/trie.rs index aa43719721..2523be3407 100644 --- a/crates/trie/sparse-parallel/src/trie.rs +++ b/crates/trie/sparse-parallel/src/trie.rs @@ -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,