------------------------------------------------------------ revno: 11759 committer: Lars Helge Ă˜verland <[email protected]> branch nick: dhis2 timestamp: Fri 2013-08-23 09:43:51 +0200 message: Hibernate proxy log level modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/WEB-INF/classes/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-web/dhis-web-commons-resources/src/main/webapp/WEB-INF/classes/log4j.properties' --- dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/WEB-INF/classes/log4j.properties 2013-06-26 15:48:29 +0000 +++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/WEB-INF/classes/log4j.properties 2013-08-23 07:43:51 +0000 @@ -26,7 +26,8 @@ log4j.logger.smslib = INFO # Ehcache logging level -log4j.logger.org.hibernate.cache=ERROR +log4j.logger.org.hibernate.cache = ERROR +log4j.logger.org.hibernate.engine.StatefulPersistenceContext.ProxyWarnLog = ERROR # Spring framework logging level log4j.logger.org.springframework = WARN
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

