mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix: Remove duplicate fields from logs
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user