diff --git a/pkg/cmd/web.go b/pkg/cmd/web.go index c42262209..bb0d4c51d 100644 --- a/pkg/cmd/web.go +++ b/pkg/cmd/web.go @@ -90,6 +90,7 @@ 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 { e.Logger.Info("shutting down...") }