m: add log message in Start once the start hooks have finished
This commit is contained in:
parent
3d939a1e80
commit
2343bda42a
1
m/m.go
1
m/m.go
@ -64,6 +64,7 @@ func Start(ctx context.Context) {
|
|||||||
} else if err := mrun.Start(ctx); err != nil {
|
} else if err := mrun.Start(ctx); err != nil {
|
||||||
mlog.Fatal("error triggering start event", ctx, merr.Context(err))
|
mlog.Fatal("error triggering start event", ctx, merr.Context(err))
|
||||||
}
|
}
|
||||||
|
mlog.Info("start hooks completed", ctx)
|
||||||
}
|
}
|
||||||
|
|
||||||
// StartWaitStop performs the work of populating configuration parameters,
|
// StartWaitStop performs the work of populating configuration parameters,
|
||||||
|
Loading…
Reference in New Issue
Block a user