We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently with default logging, a node sees a lot of messages like:
info 2024-09-27T13:46:19.276 net-3 net_plugin.cpp:1596 operator() ] ["p2p.mainnet.eosrio.io:9876 - 259659b" - 6 187.16.79.235:9876] Sending handshake generation 1, lib 396154155, fhead 396158155, id e1b4aa242ee01a2f info 2024-09-27T13:46:19.413 net-1 net_plugin.cpp:1596 operator() ] ["p2p.mainnet.eosrio.io:9876 - 259659b" - 6 187.16.79.235:9876] Sending handshake generation 2, lib 396154155, fhead 396158155, id e1b4aa242ee01a2f info 2024-09-27T13:46:19.413 net-2 net_plugin.cpp:3465 handle_message ] ["p2p.mainnet.eosrio.io:9876 - 259659b" - 6 187.16.79.235:9876] Local network version: 9 info 2024-09-27T13:46:19.413 net-2 net_plugin.cpp:2331 recv_handshake ] ["p2p.mainnet.eosrio.io:9876 - 259659b" - 6 187.16.79.235:9876] handshake lib 396439635, fhead 396439637, id 11073e28d7c709f9.. sync 1, fhead 396158155, lib 396154155
The text was updated successfully, but these errors were encountered:
GH-829 Change handshake logs to debug instead of info.
215cfd9
Merge pull request #839 from AntelopeIO/GH-829-handshake-log
2bce486
[1.0.2] P2P: Change handshake logs to debug instead of info
Merge remote-tracking branch 'spring/release/1.0' into GH-829-handsha…
9a059e1
…ke-log-main
Merge pull request #847 from AntelopeIO/GH-829-handshake-log-main
a4efff5
[1.0.2 -> main] P2P: Change handshake logs to debug instead of info
heifner
Successfully merging a pull request may close this issue.
Currently with default logging, a node sees a lot of messages like:
The text was updated successfully, but these errors were encountered: