Enable a list to be moved across namespaces #1096
@ -90,6 +90,7 @@ var webCmd = &cobra.Command{
|
||||
e.Logger.Fatal(err)
|
||||
}
|
||||
}
|
||||
log.Infof("Server is running on %s", config.ServiceInterface.GetString())
|
||||
konrad marked this conversation as resolved
Outdated
|
||||
if err := e.Start(config.ServiceInterface.GetString()); err != nil {
|
||||
e.Logger.Info("shutting down...")
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user
Echo already shows a message like this when the server is started - I feel like this would double it. Also it does not take into account if the server is listening on a socket instead. I would prefer to remove this.
Reverted