We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c5c15c commit 56bee2dCopy full SHA for 56bee2d
activeweb/src/main/java/org/javalite/activeweb/Configuration.java
@@ -178,7 +178,7 @@ public synchronized static AbstractFreeMarkerConfig getFreeMarkerConfig(){
178
String className = get(Params.freeMarkerConfig.toString());
179
return freeMarkerConfig = (AbstractFreeMarkerConfig)Class.forName(className).newInstance();
180
}catch(Exception e){
181
- LOGGER.warn("Failed to find implementation of '" + AbstractFreeMarkerConfig.class + "', proceeding without custom configuration of FreeMarker");
+ LOGGER.debug("Failed to find implementation of '" + AbstractFreeMarkerConfig.class + "', proceeding without custom configuration of FreeMarker");
182
return null;
183
}
184
0 commit comments