decred / vspd

A Voting Service Provider (VSP) for the Decred network.
ISC License
18 stars 21 forks source link

Decouple config loading & log initialization #471

Closed jholdstock closed 5 months ago

jholdstock commented 6 months ago

Loading config and preparing loggers are two separate concepts which should be handled individually. Nesting one inside the other makes little sense and complicates reusing the code.