mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
chore(db): format backtrace (#6039)
This commit is contained in:
@ -211,9 +211,8 @@ impl<K: TransactionKind> MetricsHandler<K> {
|
||||
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()
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user