We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce4c87 commit 470ee4cCopy full SHA for 470ee4c
src/function/backdate.rs
@@ -34,7 +34,7 @@ where
34
if revisions.durability >= old_memo.revisions.durability
35
&& C::values_equal(old_value, value)
36
{
37
- crate::tracing::info!(
+ crate::tracing::debug!(
38
"{index:?} value is equal, back-dating to {:?}",
39
old_memo.revisions.changed_at,
40
);
0 commit comments