lndk-org / lndk

MIT License
84 stars 22 forks source link

Logging fixes #97

Closed orbitalturtle closed 8 months ago

orbitalturtle commented 8 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.