Improve logging in network gossip (#8389)

* Improve logging in network gossip

This adds some more information to the logging output to get a better
understanding when something fails.

* Update client/network-gossip/src/state_machine.rs

Co-authored-by: Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com>

Co-authored-by: Peter Goodspeed-Niklaus <coriolinus@users.noreply.github.com>
This commit is contained in:
Bastian Köcher
2021-03-18 12:16:42 +01:00
committed by GitHub
parent 2e5522444a
commit f69f79cc20
3 changed files with 60 additions and 11 deletions
+1
View File
@@ -7548,6 +7548,7 @@ dependencies = [
"sp-runtime",
"substrate-prometheus-endpoint",
"substrate-test-runtime-client",
"tracing",
"wasm-timer",
]