diff --git a/server.go b/server.go index e623c9562..03f768780 100644 --- a/server.go +++ b/server.go @@ -19,7 +19,7 @@ import ( // interrupt and kill signals and will attempt to stop the application // gracefully. This will also start the Worker process, unless WorkerOff is enabled. func (a *App) Serve(srvs ...servers.Server) error { - a.Logger.Infof("Starting application at %s", a.Options.Addr) + a.Logger.Infof("Starting application at http://%s", a.Options.Addr) payload := events.Payload{ "app": a,