Enable a list to be moved across namespaces #1096

Merged
konrad merged 7 commits from shilch/api:feature/move-list into main 2022-01-23 12:59:44 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit ce3f3ed687 - Show all commits

View File

@ -90,7 +90,6 @@ var webCmd = &cobra.Command{
e.Logger.Fatal(err)
}
}
log.Infof("Server is running on %s", config.ServiceInterface.GetString())
if err := e.Start(config.ServiceInterface.GetString()); err != nil {
konrad marked this conversation as resolved Outdated

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.

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

Reverted
e.Logger.Info("shutting down...")
}