multi: add logs when subservers are starting

Also unified the log messages.
This commit is contained in:
yyforyongyu
2022-01-29 22:47:50 +08:00
parent 2891dc7399
commit 1ad6bbfbc2
18 changed files with 20 additions and 15 deletions

View File

@@ -87,7 +87,7 @@ func New(chanDB *channeldb.ChannelStateDB) *ChannelNotifier {
func (c *ChannelNotifier) Start() error {
var err error
c.started.Do(func() {
log.Trace("ChannelNotifier starting")
log.Info("ChannelNotifier starting")
err = c.ntfnServer.Start()
})
return err