=== modified file 'dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/velocity/VelocityManager.java' --- dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/velocity/VelocityManager.java 2011-11-13 15:59:09 +0000 +++ dhis-2/dhis-support/dhis-support-system/src/main/java/org/hisp/dhis/system/velocity/VelocityManager.java 2011-11-15 06:27:22 +0000 @@ -47,6 +47,8 @@ velocity = new VelocityEngine(); velocity.setProperty( Velocity.RESOURCE_LOADER, RESOURCE_LOADER_NAME ); velocity.setProperty( RESOURCE_LOADER_NAME + ".resource.loader.class", ClasspathResourceLoader.class.getName() ); + velocity.setProperty( "runtime.log.logsystem.log4j.logger", "console" ); + velocity.setProperty( "runtime.log", "" ); velocity.init(); } === added file 'dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/WEB-INF/classes/velocity.properties' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/WEB-INF/classes/velocity.properties 1970-01-01 00:00:00 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/WEB-INF/classes/velocity.properties 2011-11-15 06:27:22 +0000 @@ -0,0 +1,2 @@ +runtime.log.logsystem.log4j.logger=console +runtime.log= \ No newline at end of file