diff --git a/crates/storage/db/src/implementation/mdbx/tx.rs b/crates/storage/db/src/implementation/mdbx/tx.rs index 88a5dbcb14..55ebf85e8b 100644 --- a/crates/storage/db/src/implementation/mdbx/tx.rs +++ b/crates/storage/db/src/implementation/mdbx/tx.rs @@ -211,9 +211,8 @@ impl MetricsHandler { warn!( target: "storage::db::mdbx", ?open_duration, - ?backtrace, %self.txn_id, - "The database read transaction has been open for too long" + "The database read transaction has been open for too long. Backtrace: {}", backtrace.to_string() ); } }