m: add log message in Start once the start hooks have finished

This commit is contained in:
Brian Picciano 2019-03-03 15:35:49 -05:00
parent 3d939a1e80
commit 2343bda42a

1
m/m.go
View File

@ -64,6 +64,7 @@ func Start(ctx context.Context) {
} else if err := mrun.Start(ctx); err != nil {
mlog.Fatal("error triggering start event", ctx, merr.Context(err))
}
mlog.Info("start hooks completed", ctx)
}
// StartWaitStop performs the work of populating configuration parameters,