We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d732877 commit 13d8d89Copy full SHA for 13d8d89
src/function/maybe_changed_after.rs
@@ -243,7 +243,7 @@ where
243
database_key_index: DatabaseKeyIndex,
244
memo: &Memo<C::Output<'_>>,
245
) -> bool {
246
- tracing::debug!(
+ tracing::trace!(
247
"{database_key_index:?}: validate_provisional(memo = {memo:#?})",
248
memo = memo.tracing_debug()
249
);
@@ -272,7 +272,7 @@ where
272
273
274
275
276
"{database_key_index:?}: validate_same_iteration(memo = {memo:#?})",
277
278
0 commit comments