koinos / koinos-p2p

The p2p microservice orchestrates the distribution of blocks and transactions between peers.
MIT License
6 stars 4 forks source link

Log messages #67

Closed sgerbino closed 3 years ago

sgerbino commented 3 years ago

Improve logging when receiving blocks over the gossip/sync protocol.

We should include Block ID, Height, and Previous when logging received blocks over sync/gossip. We should include Transaction ID when logging transactions over gossip.