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 19:15:05 UTC

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

Author: dkulp
Date: Thu Jul 28 17:15:05 2011
New Revision: 1151933

URL: http://svn.apache.org/viewvc?rev=1151933&view=rev
Log:
Remove stuff on the screen during tests

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=1151933&r1=1151932&r2=1151933&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 17:15:05 2011
@@ -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 = WARNING
+java.util.logging.ConsoleHandler.level = SEVERE
 java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter