-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add DIY logger #1222
Comments
Added this issue as a placeholder. It's not part of the user API so can do it at any time. |
My take is that our architecture doesn't require logging. We no longer have any long running processes occurring in bdk itself. You could do logging in the blockchain crates for example but that can be decided on a crate by crate basis. |
Closing this issue since we only depend on the |
(might be a nice idea to remove |
Originally posted by @danielabrozzoni in #1204 (comment)
The text was updated successfully, but these errors were encountered: