mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-30 15:40:59 +02:00
watchtower/server/log: modify default log tag
This commit is contained in:
@@ -12,7 +12,7 @@ var log btclog.Logger
|
||||
|
||||
// The default amount of logging is none.
|
||||
func init() {
|
||||
UseLogger(build.NewSubLogger("WTSV", nil))
|
||||
UseLogger(build.NewSubLogger("WTWR", nil))
|
||||
}
|
||||
|
||||
// DisableLog disables all library log output. Logging output is disabled
|
||||
|
Reference in New Issue
Block a user