NethermindEth / nethermind

A robust execution client for Ethereum node operators.
https://nethermind.io/nethermind-client
GNU General Public License v3.0
1.28k stars 445 forks source link

Log additional info on the additional rpc urls. #7748

Open obasekiosa opened 2 weeks ago

obasekiosa commented 2 weeks ago

Is your feature request related to a problem? Please describe. Its a bit hard to keep track of the additional rpcUrls and the modules/protocols enabled for each within the log.

Describe the solution you'd like log a table for each rpc url, protocols and modules enabled.

Additional Url Protocols Modules
127.8.0.1:4444 http, ws, net eth, web3, admin
ssonthal commented 3 days ago

Hey @obasekiosa , will check this in a day. you can assign to me.

ssonthal commented 3 days ago

Hey @obasekiosa , here's what we are getting in logs after my changes -

Screenshot 2024-11-23 at 9 03 33 PM

Let me know your thoughts.