0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-20 22:52:58 -05:00

Log site info output at start. Fix for #1205 (#1210)

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

* Removed Comment
This commit is contained in:
Toby Allen 2016-10-25 16:31:21 +01:00 committed by Matt Holt
parent f3108bb7bf
commit c4d64a418b

View file

@ -363,6 +363,7 @@ func (s *Server) OnStartupComplete() {
output += " (only accessible on this machine)"
}
fmt.Println(output)
log.Println(output)
}
}