You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, make every subsystem within btcd use its own logger instance so each
subsystem can have its own level specified independent of the others.
This is work towards #48.
It is often useful to get more detailed debug/trace information about a specific subsystem without doing so for all of the subsystems.
This is also required to be able to implement #15.
The text was updated successfully, but these errors were encountered: