Skip to content

Commit 9124902

Browse files
committed
chore(aggregator): add more context in case of registration error in SignatureProcessor
1 parent c2c0210 commit 9124902

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mithril-aggregator/src/services/signature_processor.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,10 @@ impl SignatureProcessor for SequentialSignatureProcessor {
8686
.increment(&[&origin_network]);
8787
}
8888
Err(e) => {
89-
error!(self.logger, "Error dispatching single signature"; "error" => ?e);
89+
error!(
90+
self.logger, "Error dispatching single signature";
91+
"full_payload" => #?signature, "error" => ?e
92+
);
9093
}
9194
}
9295
}

0 commit comments

Comments
 (0)