watchtower/server/log: modify default log tag
This commit is contained in:
parent
a9e523ecf1
commit
9b7a800630
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user