diff --git a/src/repo/sled.rs b/src/repo/sled.rs index e4fe02e..302f323 100644 --- a/src/repo/sled.rs +++ b/src/repo/sled.rs @@ -962,7 +962,7 @@ impl HashRepo for SledRepo { opt.map(|ivec| I::from_bytes(ivec.to_vec())).transpose() } - #[tracing::instrument(skip(self, hash), fields(hash = hex::encode(&hash)))] + #[tracing::instrument(level = "debug", skip(self, hash), fields(hash = hex::encode(&hash)))] async fn variants( &self, hash: Self::Bytes,