mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 06:57:58 +00:00
Logs for large messages + metrics on size. (#5143)
* Logs for large messages + metrics on size. * Fix typo
This commit is contained in:
@@ -83,6 +83,13 @@ pub async fn fetch(
|
||||
.with_relay_parent(relay_parent)
|
||||
.with_stage(Stage::StatementDistribution);
|
||||
|
||||
gum::debug!(
|
||||
target: LOG_TARGET,
|
||||
?candidate_hash,
|
||||
?relay_parent,
|
||||
"Fetch for large statement started",
|
||||
);
|
||||
|
||||
// Peers we already tried (and failed).
|
||||
let mut tried_peers = Vec::new();
|
||||
// Peers left for trying out.
|
||||
|
||||
Reference in New Issue
Block a user