lndk-org / lndk

MIT License
76 stars 19 forks source link

Logging fixes #97

Closed orbitalturtle closed 4 months ago

orbitalturtle commented 4 months ago

Whoops @carlaKC, the original PR, I had it pointing toward #91 instead of master, so we merged it to the wrong place. My bad!

This PR is the same but just one other small change: Now uses println! instead of error! to print the log setup error. If we use error!, this doesn't show up for the user because the logger isn't set up yet.