set log level at startup

This commit is contained in:
Wim Brand
2018-08-15 10:11:31 +02:00
parent 7c800a6452
commit 6b46e1a0d8
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ import (
func main() {
r := httprouter.New()
web.Init(r, "")
web.Init(r, "", true)
err := http.ListenAndServe(":8081", r)