← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9138: minor

 

------------------------------------------------------------
revno: 9138
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2012-11-27 16:58:57 +0100
message:
  minor
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	2012-11-23 13:15:51 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/WEB-INF/classes/log4j.properties	2012-11-27 15:58:57 +0000
@@ -15,10 +15,18 @@
 log4j.appender.console.layout.ConversionPattern = * %-5p %d{ISO8601} %m (%F [%t])%n
 
 # Categories (order: DEBUG, INFO, WARN, ERROR, FATAL)
+
+# Default logging level and appender
 log4j.rootCategory = WARN, console
+
+# DHIS 2 logging level
 log4j.logger.org.hisp.dhis = INFO
+
+# SMS lib logging level
 log4j.logger.smslib = INFO
 
 # Ehcache logging level
 log4j.logger.org.hibernate.cache=ERROR
+
+# Spring framework logging level
 log4j.logger.org.springframework = WARN