Skip to content

Commit 56bee2d

Browse files
author
Igor Polevoy
committed
#230 change warning log to debug
1 parent 4c5c15c commit 56bee2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activeweb/src/main/java/org/javalite/activeweb/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public synchronized static AbstractFreeMarkerConfig getFreeMarkerConfig(){
178178
String className = get(Params.freeMarkerConfig.toString());
179179
return freeMarkerConfig = (AbstractFreeMarkerConfig)Class.forName(className).newInstance();
180180
}catch(Exception e){
181-
LOGGER.warn("Failed to find implementation of '" + AbstractFreeMarkerConfig.class + "', proceeding without custom configuration of FreeMarker");
181+
LOGGER.debug("Failed to find implementation of '" + AbstractFreeMarkerConfig.class + "', proceeding without custom configuration of FreeMarker");
182182
return null;
183183
}
184184
}

0 commit comments

Comments
 (0)