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
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

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