Skip to content

Commit

Permalink
Log site info output at start. Fix for caddyserver#1205 (caddyserver#…
Browse files Browse the repository at this point in the history
…1210)

* Log Site start to -log. Fix for caddyserver#1205

* Removed Comment
  • Loading branch information
tobya authored and mholt committed Oct 25, 2016
1 parent f3108bb commit c4d64a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions caddyhttp/httpserver/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ func (s *Server) OnStartupComplete() {
output += " (only accessible on this machine)"
}
fmt.Println(output)
log.Println(output)
}
}

Expand Down

0 comments on commit c4d64a4

Please sign in to comment.