koinos / koinos-p2p

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

Normalize Logs #125

Closed mvandeberg closed 2 years ago

mvandeberg commented 3 years ago

We need to normalize logging between gossip and sync, both in function and style.

For example, we have a log that says we have connected to a peer for sync. The log message is actually on all connections, so gossip is implied, but the log message doesn't communicate that.