dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #24090
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 11759: Hibernate proxy log level
------------------------------------------------------------
revno: 11759
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
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