Author: mattmann
Date: Tue Apr 30 15:33:59 2013
New Revision: 1477690

URL: http://svn.apache.org/r1477690
Log:
OODT-408: Drop Spring logging levels from WARNING to SEVERE

Modified:
    oodt/trunk/catalog/src/main/resources/logging.properties
    oodt/trunk/crawler/src/main/resources/logging.properties
    oodt/trunk/filemgr/src/main/resources/logging.properties
    oodt/trunk/resource/src/main/resources/logging.properties
    oodt/trunk/workflow/src/main/resources/logging.properties

Modified: oodt/trunk/catalog/src/main/resources/logging.properties
URL: 
http://svn.apache.org/viewvc/oodt/trunk/catalog/src/main/resources/logging.properties?rev=1477690&r1=1477689&r2=1477690&view=diff
==============================================================================
--- oodt/trunk/catalog/src/main/resources/logging.properties (original)
+++ oodt/trunk/catalog/src/main/resources/logging.properties Tue Apr 30 
15:33:59 2013
@@ -45,7 +45,7 @@ httpclient.wire.level = INFO
 # airs dom loggin
 sun.rmi.level = INFO
 
-# spring logging
+# spring framework logging
 org.springframework.beans.level = SEVERE
 org.springframework.core.level = SEVERE
 org.springframework.level = SEVERE

Modified: oodt/trunk/crawler/src/main/resources/logging.properties
URL: 
http://svn.apache.org/viewvc/oodt/trunk/crawler/src/main/resources/logging.properties?rev=1477690&r1=1477689&r2=1477690&view=diff
==============================================================================
--- oodt/trunk/crawler/src/main/resources/logging.properties (original)
+++ oodt/trunk/crawler/src/main/resources/logging.properties Tue Apr 30 
15:33:59 2013
@@ -53,6 +53,7 @@ org.apache.commons.httpclient.level = IN
 httpclient.wire.header.level = INFO
 httpclient.wire.level = INFO
 
+# spring framework logging
 org.springframework.beans.level = SEVERE
 org.springframework.core.level = SEVERE
 org.springframework.level = SEVERE

Modified: oodt/trunk/filemgr/src/main/resources/logging.properties
URL: 
http://svn.apache.org/viewvc/oodt/trunk/filemgr/src/main/resources/logging.properties?rev=1477690&r1=1477689&r2=1477690&view=diff
==============================================================================
--- oodt/trunk/filemgr/src/main/resources/logging.properties (original)
+++ oodt/trunk/filemgr/src/main/resources/logging.properties Tue Apr 30 
15:33:59 2013
@@ -70,4 +70,6 @@ org.springframework.level = SEVERE
 org.springframework.beans.factory.level = SEVERE
 org.springframework.beans.factory.config.level = SEVERE
 org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.level = 
SEVERE
+org.apache.oodt.cas.crawl.util.CasPropertyPlaceholderConfigurer.level = SEVERE
+sun.net.level = SEVERE
 

Modified: oodt/trunk/resource/src/main/resources/logging.properties
URL: 
http://svn.apache.org/viewvc/oodt/trunk/resource/src/main/resources/logging.properties?rev=1477690&r1=1477689&r2=1477690&view=diff
==============================================================================
--- oodt/trunk/resource/src/main/resources/logging.properties (original)
+++ oodt/trunk/resource/src/main/resources/logging.properties Tue Apr 30 
15:33:59 2013
@@ -65,3 +65,5 @@ org.springframework.level = SEVERE
 org.springframework.beans.factory.level = SEVERE
 org.springframework.beans.factory.config.level = SEVERE
 org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.level = 
SEVERE
+org.apache.oodt.cas.crawl.util.CasPropertyPlaceholderConfigurer.level = SEVERE
+sun.net.level = SEVERE

Modified: oodt/trunk/workflow/src/main/resources/logging.properties
URL: 
http://svn.apache.org/viewvc/oodt/trunk/workflow/src/main/resources/logging.properties?rev=1477690&r1=1477689&r2=1477690&view=diff
==============================================================================
--- oodt/trunk/workflow/src/main/resources/logging.properties (original)
+++ oodt/trunk/workflow/src/main/resources/logging.properties Tue Apr 30 
15:33:59 2013
@@ -66,3 +66,5 @@ org.springframework.level = SEVERE
 org.springframework.beans.factory.level = SEVERE
 org.springframework.beans.factory.config.level = SEVERE
 org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.level = 
SEVERE
+org.apache.oodt.cas.crawl.util.CasPropertyPlaceholderConfigurer.level = SEVERE
+sun.net.level = SEVERE


Reply via email to