diff --git a/app/main.go b/app/main.go index 0c7d506..cb753cc 100644 --- a/app/main.go +++ b/app/main.go @@ -90,5 +90,6 @@ func (h *Handler) handleSite(w http.ResponseWriter, r *http.Request) { } func main() { + log.Printf("starting with config: %+v", Config) http.ListenAndServe(":"+Config.Port, &Handler{}) }