add log message after servers are successfully spun up
This commit is contained in:
parent
465c766708
commit
223f4c1eb9
@ -82,6 +82,7 @@ func serve() {
|
||||
if err := startServers(statediffService); err != nil {
|
||||
logWithCommand.Fatal(err)
|
||||
}
|
||||
logWithCommand.Info("rpc server(s) successfully spun up; awaiting requests")
|
||||
|
||||
// clean shutdown
|
||||
shutdown := make(chan os.Signal)
|
||||
|
Loading…
Reference in New Issue
Block a user