ethereum / go-ethereum

Go implementation of the Ethereum protocol
https://geth.ethereum.org
GNU Lesser General Public License v3.0
46.66k stars 19.67k forks source link

cmd/blsync: use debug.Setup for logging configuration #30065

Closed lightclient closed 6 days ago

lightclient commented 6 days ago

Replaces #30042

As @fjl mentioned, the correct way to have blsync handle the log configuration is to reuse debug.Setup.