You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/07/28 18:41:38 UTC

svn commit: r1151919 - /cxf/trunk/systests/ws-security/src/test/resources/logging.properties

Author: dkulp
Date: Thu Jul 28 16:41:38 2011
New Revision: 1151919

URL: http://svn.apache.org/viewvc?rev=1151919&view=rev
Log:
Revert change to logging file

Modified:
    cxf/trunk/systests/ws-security/src/test/resources/logging.properties

Modified: cxf/trunk/systests/ws-security/src/test/resources/logging.properties
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/ws-security/src/test/resources/logging.properties?rev=1151919&r1=1151918&r2=1151919&view=diff
==============================================================================
--- cxf/trunk/systests/ws-security/src/test/resources/logging.properties (original)
+++ cxf/trunk/systests/ws-security/src/test/resources/logging.properties Thu Jul 28 16:41:38 2011
@@ -46,7 +46,7 @@ handlers= java.util.logging.ConsoleHandl
 # can be overriden by a facility specific level
 # Note that the ConsoleHandler also has a separate level
 # setting to limit messages printed to the console.
-.level= INFO
+.level= WARNING
 
 ############################################################
 # Handler specific properties.
@@ -60,7 +60,7 @@ java.util.logging.FileHandler.count = 1
 java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
 
 # Limit the message that are printed on the console to INFO and above.
-java.util.logging.ConsoleHandler.level = INFO
+java.util.logging.ConsoleHandler.level = WARNING
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter