ark-network / ark

Ark is a layer-two protocol designed to scale Bitcoin transactions
https://arkdev.info
MIT License
82 stars 18 forks source link

better logging on startup #373

Open tiero opened 3 weeks ago

tiero commented 3 weeks ago

Even if run in debug, the startup is too noisy and gives little value around having one printline for each round sweeper registration

image

Muche better to do one single line AFTER all subscriptions are done, with a cmuluative report of how many rounds are monitored to be swept, how much has been swept (if any) during startup and idellay the historical number of round swept.