Skip to content

Commit 09ac66f

Browse files
chore: change timeout notification log level to warn
Co-authored-by: nacho.d.g <iduartgomez@users.noreply.github.com>
1 parent 836b8fe commit 09ac66f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/node/op_state_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ async fn notify_transaction_timeout(
342342
{
343343
Ok(()) => true,
344344
Err(err) => {
345-
tracing::debug!(
345+
tracing::warn!(
346346
tx = %tx,
347347
error = ?err,
348348
"Failed to notify event loop about timed out transaction; receiver likely dropped"

0 commit comments

Comments
 (0)