mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-07-13 06:32:30 +02:00
multi: start updating various loggers to use the new v2 type
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
package signal
|
||||
|
||||
import "github.com/btcsuite/btclog"
|
||||
import "github.com/btcsuite/btclog/v2"
|
||||
|
||||
// log is a logger that is initialized with no output filters. This
|
||||
// means the package will not perform any logging by default until the caller
|
||||
|
Reference in New Issue
Block a user