Skip to content

Commit ff61e85

Browse files
author
Igor Polevoy
committed
#268 Switch RenderTag log statements to DEBUG level
1 parent 500b398 commit ff61e85

File tree

1 file changed

+1
-1
lines changed
  • activeweb/src/main/java/org/javalite/activeweb/freemarker

1 file changed

+1
-1
lines changed

activeweb/src/main/java/org/javalite/activeweb/freemarker/RenderTag.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void execute(Environment env, Map params, TemplateModel[] loopVars, Templ
5959
String partialName = partialParts[partialParts.length - 1];
6060
Template partialTemplate = env.getConfiguration().getTemplate(partialPath + ".ftl" );
6161

62-
logger.info("rendering: " + partialPath + ".ftl" );
62+
logger.debug("rendering: " + partialPath + ".ftl" );
6363

6464
if(!params.containsKey("collection")){
6565
SimpleHash envValues = getHash(env);

0 commit comments

Comments
 (0)