------------------------------------------------------------ revno: 17082 committer: Lars Helge Overland <larshe...@gmail.com> branch nick: dhis2 timestamp: Mon 2014-10-13 17:03:41 +0200 message: Hazelcast, higher log level during tests modified: dhis-2/dhis-support/dhis-support-hibernate/src/main/resources/hazelcast.xml dhis-2/dhis-support/dhis-support-test/src/main/resources/log4j.properties
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-support/dhis-support-hibernate/src/main/resources/hazelcast.xml' --- dhis-2/dhis-support/dhis-support-hibernate/src/main/resources/hazelcast.xml 2014-09-01 14:32:16 +0000 +++ dhis-2/dhis-support/dhis-support-hibernate/src/main/resources/hazelcast.xml 2014-10-13 15:03:41 +0000 @@ -26,6 +26,7 @@ <properties> <property name="hazelcast.rest.enabled">false</property> <property name="hazelcast.socket.bind.any">false</property> + <property name="hazelcast.logging.type">log4j</property> </properties> <network> <interfaces enabled="true"> === modified file 'dhis-2/dhis-support/dhis-support-test/src/main/resources/log4j.properties' --- dhis-2/dhis-support/dhis-support-test/src/main/resources/log4j.properties 2013-08-11 09:19:11 +0000 +++ dhis-2/dhis-support/dhis-support-test/src/main/resources/log4j.properties 2014-10-13 15:03:41 +0000 @@ -1,5 +1,5 @@ -# Configuration file for log4j +# Configuration file for log4j for testing # Log to console setup log4j.appender.console = org.apache.log4j.ConsoleAppender @@ -9,3 +9,4 @@ # Categories (order: DEBUG, INFO, WARN, ERROR, FATAL) log4j.rootCategory = ERROR, console log4j.category.org.hisp.dhis = WARN +log4j.category.com.hazelcast = WARN
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp