-
Notifications
You must be signed in to change notification settings - Fork 995
New issue
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
core: add useful logs to OrTransport
when trying addresses
#4072
Labels
Comments
4 tasks
4 tasks
4 tasks
mergify bot
pushed a commit
that referenced
this issue
May 26, 2024
When you enable Kademlia in a large network that uses multiple type of transports, then this log creates a very noisy console and makes meaningful logs hard to see. We can also remove the log entirely if you prefer. Check: #4015 (comment), #4072, #4133 Pull-Request: #5396.
TimTinkers
pushed a commit
to unattended-backpack/rust-libp2p
that referenced
this issue
Sep 14, 2024
When you enable Kademlia in a large network that uses multiple type of transports, then this log creates a very noisy console and makes meaningful logs hard to see. We can also remove the log entirely if you prefer. Check: libp2p#4015 (comment), libp2p#4072, libp2p#4133 Pull-Request: libp2p#5396.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Currently, there are no logs when
OrTransport
tries an address on several transports:rust-libp2p/core/src/transport/choice.rs
Lines 49 to 89 in 14530af
We should change that to make these cases easier to debug.
Open questions
Are you planning to do it yourself in a pull request?
No.
The text was updated successfully, but these errors were encountered: