mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-19 07:41:08 +00:00
more diagnostic logging
This commit is contained in:
@@ -277,6 +277,11 @@ impl InnerLoop {
|
|||||||
.map(|c| c.len())
|
.map(|c| c.len())
|
||||||
.sum();
|
.sum();
|
||||||
|
|
||||||
|
let num_messages_to_feeds = self.feed_channels
|
||||||
|
.values()
|
||||||
|
.map(|c| c.len())
|
||||||
|
.sum();
|
||||||
|
|
||||||
println!("Periodic update at {:?}:", std::time::SystemTime::now());
|
println!("Periodic update at {:?}:", std::time::SystemTime::now());
|
||||||
dbg!(node_ids);
|
dbg!(node_ids);
|
||||||
dbg!(node_count);
|
dbg!(node_count);
|
||||||
@@ -286,6 +291,7 @@ impl InnerLoop {
|
|||||||
dbg!(feed_to_chain);
|
dbg!(feed_to_chain);
|
||||||
dbg!(num_subscribed_chains);
|
dbg!(num_subscribed_chains);
|
||||||
dbg!(num_subscribed_chain_feeds);
|
dbg!(num_subscribed_chain_feeds);
|
||||||
|
dbg!(num_messages_to_feeds);
|
||||||
|
|
||||||
drop(rx);
|
drop(rx);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user