mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix(db): format tracing log fields with Debug (#8738)
This commit is contained in:
@ -321,12 +321,12 @@ impl DatabaseEnv {
|
||||
};
|
||||
reth_tracing::tracing::warn!(
|
||||
target: "storage::db::mdbx",
|
||||
process_id,
|
||||
thread_id,
|
||||
read_txn_id,
|
||||
gap,
|
||||
space,
|
||||
retry,
|
||||
?process_id,
|
||||
?thread_id,
|
||||
?read_txn_id,
|
||||
?gap,
|
||||
?space,
|
||||
?retry,
|
||||
"{message}"
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user