You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order for this set of tools to drive positive changes in developing the tendermint software, Skip should be disabled by default, so that logs aren't flooded like this:
6:50PM ERR Looking to reconnect after StopPeerForError, peer is module=p2p
6:50PM INF Connection is closed @ recvRoutine (likely by the other side) conn={"Logger":{}} module=p2p peer={"id":"8891c131543ccbbbe86fc7f01baa892bdb4b9c60","ip":"65.21.238.147","port":64656}
6:50PM INF service stop impl={"Logger":{}} module=p2p msg={} peer={"id":"8891c131543ccbbbe86fc7f01baa892bdb4b9c60","ip":"65.21.238.147","port":64656}
6:50PM INF service stop impl={"Data":{},"Logger":{}} module=p2p msg={} peer={"id":"8891c131543ccbbbe86fc7f01baa892bdb4b9c60","ip":"65.21.238.147","port":64656}
6:50PM ERR Looking to reconnect after StopPeerForError, peer is module=p2p
6:50PM INF Connection is closed @ recvRoutine (likely by the other side) conn={"Logger":{}} module=p2p peer={"id":"aff7a94febed844f1024be41d9d527ebec2c0bba","ip":"85.214.171.156","port":36656}
6:50PM INF service stop impl={"Logger":{}} module=p2p msg={} peer={"id":"aff7a94febed844f1024be41d9d527ebec2c0bba","ip":"85.214.171.156","port":36656}
6:50PM INF service stop impl={"Data":{},"Logger":{}} module=p2p msg={} peer={"id":"aff7a94febed844f1024be41d9d527ebec2c0bba","ip":"85.214.171.156","port":36656}
6:50PM ERR Looking to reconnect after StopPeerForError, peer is module=p2p
Suggest a bool in config.toml whose default setting is false.
The text was updated successfully, but these errors were encountered:
In order for this set of tools to drive positive changes in developing the tendermint software, Skip should be disabled by default, so that logs aren't flooded like this:
Suggest a bool in config.toml whose default setting is false.
The text was updated successfully, but these errors were encountered: