fix: Remove duplicate fields from logs
This commit is contained in:
parent
470c9b52dd
commit
fcd49b7ab3
1 changed files with 0 additions and 4 deletions
|
|
@ -152,8 +152,6 @@ async fn process_inbound_transaction(
|
|||
.stream();
|
||||
|
||||
info!(
|
||||
id = ?txn_key.1,
|
||||
origin = ?txn_key.0,
|
||||
pdus = body.pdus.len(),
|
||||
edus = body.edus.len(),
|
||||
"Processing transaction",
|
||||
|
|
@ -176,8 +174,6 @@ async fn process_inbound_transaction(
|
|||
}
|
||||
|
||||
info!(
|
||||
id = ?txn_key.1,
|
||||
origin = ?txn_key.0,
|
||||
pdus = body.pdus.len(),
|
||||
edus = body.edus.len(),
|
||||
elapsed = ?txn_start_time.elapsed(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue