teamnsrg / ethereum-p2p

Official Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
17 stars 9 forks source link

Simonsk/logging for timeseries #24

Closed SimonSK closed 6 years ago

SimonSK commented 6 years ago

additional log messages specifically for Hello, Disconnect reason 4, Status, and DaoForkCheck.

The contents newInfo struct were previously logged along with success/failure messages of sql executions. To avoid logging redundant information, those messages now include only the shortened nodeid.

TODO (#15):