mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
improve logging
This commit is contained in:
@@ -120,6 +120,11 @@ public class FreemarkerTemplateEngine implements TemplateEngine
|
|||||||
@Override
|
@Override
|
||||||
public FreemarkerTemplate getTemplate(String templatePath) throws IOException
|
public FreemarkerTemplate getTemplate(String templatePath) throws IOException
|
||||||
{
|
{
|
||||||
|
if (logger.isTraceEnabled())
|
||||||
|
{
|
||||||
|
logger.trace("try to find freemarker template at {}", templatePath);
|
||||||
|
}
|
||||||
|
|
||||||
FreemarkerTemplate template = null;
|
FreemarkerTemplate template = null;
|
||||||
freemarker.template.Template t = null;
|
freemarker.template.Template t = null;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user