Commit c4d64a41 authored by Toby Allen's avatar Toby Allen Committed by Matt Holt

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

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

* Removed Comment
parent f3108bb7
......@@ -363,6 +363,7 @@ func (s *Server) OnStartupComplete() {
output += " (only accessible on this machine)"
}
fmt.Println(output)
log.Println(output)
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment