Silence template parsing messages
This commit is contained in:
@@ -146,7 +146,7 @@ func (tm *TemplateManager) ParseTemplates(silent bool) {
|
|||||||
|
|
||||||
templatePaths = append(templatePaths, path)
|
templatePaths = append(templatePaths, path)
|
||||||
if !silent {
|
if !silent {
|
||||||
log.Info("Template found: %s", path)
|
log.Debug("Template found: %s", path)
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}); err != nil {
|
}); err != nil {
|
||||||
@@ -186,7 +186,7 @@ func (tm *TemplateManager) ParseTemplates(silent bool) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if !silent {
|
if !silent {
|
||||||
log.Info("Template parsed: %s", path)
|
log.Debug("Template parsed: %s", path)
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
|
Reference in New Issue
Block a user