From fe28120676b2de0adc5db52a5d437b956f88fc06 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 8 Jan 2024 16:03:42 +0100 Subject: bodystructure final fix --- src/bayou.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bayou.rs') diff --git a/src/bayou.rs b/src/bayou.rs index c6a7ac0..d77e9dc 100644 --- a/src/bayou.rs +++ b/src/bayou.rs @@ -152,7 +152,7 @@ impl Bayou { match &val[0] { storage::Alternative::Value(v) => { let op = open_deserialize::(v, &self.key)?; - debug!("(sync) operation {}: {:?}", sort_key, op); + tracing::trace!("(sync) operation {}: {:?}", sort_key, op); ops.push((ts, op)); } storage::Alternative::Tombstone => { -- cgit v1.2.3