chore(webtransport-websys): Change logs to debug level#5396
chore(webtransport-websys): Change logs to debug level#5396mergify[bot] merged 9 commits intolibp2p:masterfrom
Conversation
|
This pull request has merge conflicts. Could you please resolve them @oblique? 🙏 |
zvolin
left a comment
There was a problem hiding this comment.
can confirm, it's really noisy
Co-authored-by: Maciej Zwoliński <[email protected]>
|
For some reason CI got stuck |
jxs
left a comment
There was a problem hiding this comment.
Thanks for this. Interesting cargo-semver-checks does not complain, in fact I'd be more comfortable releasing this as a new minor wdyt?
|
Do you mean 0.3.0? I'm ok with it. |
yeah exactly, ok thanks |
|
Question: In that case we will need to wait for libp2p 0.54 to incorporate this and #5390 in our crate. Do you have an approximate date for the release? Do you work with release cycles? |
we're waiting on #5389 to release a new |
|
Sounds good! |
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.
Description
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
Notes & open questions
Change checklist