paradigmxyz / reth

Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
https://reth.rs/
Apache License 2.0
3.91k stars 1.15k forks source link

Change log target of `discv5` logs from `net::discv5` to `discv5` #12043

Open onbjerg opened 3 hours ago

onbjerg commented 3 hours ago

Describe the feature

Our current disv4 implementation just logs to discv4, but our discv5 implementation logs to net::discv5. This should be consistent, so we should replace any occurence where net::discv5 is the log target with just simply discv5. This allows more granular filtering of logs.

Additional context

No response

PanGan21 commented 3 hours ago

Hi I made a quick pr for this in #12045 . Let me know if it works for this ticket 🙂