Commit 3e37b975 authored by Sergey Lanzman's avatar Sergey Lanzman

temple parse error write in log as trace. change to error

parent 206f7368
...@@ -217,7 +217,7 @@ func BuildTemplate(dir string, files ...string) error { ...@@ -217,7 +217,7 @@ func BuildTemplate(dir string, files ...string) error {
t, err = getTemplate(self.root, file, v...) t, err = getTemplate(self.root, file, v...)
} }
if err != nil { if err != nil {
logs.Trace("parse template err:", file, err) logs.Error("parse template err:", file, err)
} else { } else {
beeTemplates[file] = t beeTemplates[file] = t
} }
......
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