Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Add scheme to server address (#1734)
Browse files Browse the repository at this point in the history
This makes it easier to CMD + click the URL when the server is started.
  • Loading branch information
ruudk authored and stanislas-m committed Jul 13, 2019
1 parent 5243fe3 commit 2fa72b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2fa72b0

Please sign in to comment.