diff --git a/handlers/handlers.go b/handlers/handlers.go index 9f7f68e..86b9999 100644 --- a/handlers/handlers.go +++ b/handlers/handlers.go @@ -38,7 +38,7 @@ func listAllTmpls() []string { files[i] = strings.TrimPrefix(v, tmplPath+"/") } - log.Info("returning files") + log.Debug("returning files") return files } @@ -95,7 +95,7 @@ func getTmpl(name string) *template.Template { liveMode := setting.IsLive() if liveMode { - log.Info("re-reading tmpls") // TODO: only re-read the tmpl in question. + log.Debug("re-reading tmpls") // TODO: only re-read the tmpl in question. tpl := template.New("")