btclog
btclog copied to clipboard
Package btclog implements a subsystem aware logger.
Currently there is no way to disable the timestamp from the logs, and it's convenient to make it optional: https://github.com/lightningnetwork/lnd/issues/6163
When unit testing a subpackage, it's often useful to see log messages. For this, it would be possible to add something like this in a `_test.go` file: ```go func init()...
I am a bot. Please reach out to [@azillion](https://github.com/azillion) if you have any issues, or just close the PR.