← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 19090: change loglevel of ContentNegotiatingViewResolver to ERROR, removes faulty 'ViewResolver not foun...

 

------------------------------------------------------------
revno: 19090
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Tue 2015-05-05 14:59:05 +0700
message:
  change loglevel of ContentNegotiatingViewResolver to ERROR, removes faulty 'ViewResolver not found' logs
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	2015-04-15 18:00:05 +0000
+++ dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/WEB-INF/classes/log4j.properties	2015-05-05 07:59:05 +0000
@@ -21,3 +21,4 @@
 log4j.logger.smslib = INFO
 log4j.logger.org.hibernate.cache.ehcache.internal.strategy.AbstractReadWriteEhcacheAccessStrategy = ERROR
 log4j.logger.org.hibernate.cache.ehcache.AbstractEhcacheRegionFactory = ERROR
+log4j.logger.org.springframework.web.servlet.view.ContentNegotiatingViewResolver = ERROR