watchtower/server/log: modify default log tag

This commit is contained in:
Conner Fromknecht
2018-10-31 20:42:19 -07:00
parent a9e523ecf1
commit 9b7a800630

View File

@@ -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