talaia-labs / rust-teos

The Eye of Satoshi - Lightning Watchtower
https://talaia-labs.github.io/talaia.watch/
MIT License
134 stars 63 forks source link

Fix third party logging #139

Closed sr-gi closed 1 year ago

sr-gi commented 1 year ago

Splits debug logging into two options: debug and deps_debug so we don't need to log third-party stuff in debug mode if we don't really need to (which is the most usual case).

Also, remove debug from teos-cli given it was not being used.