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/29 15:13:57 UTC

svn commit: r1152205 - in /cxf/branches/2.4.x-fixes: ./ systests/ws-security/src/test/resources/logging.properties

Author: dkulp
Date: Fri Jul 29 13:13:56 2011
New Revision: 1152205

URL: http://svn.apache.org/viewvc?rev=1152205&view=rev
Log:
Merged revisions 1151933 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1151933 | dkulp | 2011-07-28 13:15:05 -0400 (Thu, 28 Jul 2011) | 1 line
  
  Remove stuff on the screen during tests
........

Modified:
    cxf/branches/2.4.x-fixes/   (props changed)
    cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/logging.properties

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/logging.properties
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/logging.properties?rev=1152205&r1=1152204&r2=1152205&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/logging.properties (original)
+++ cxf/branches/2.4.x-fixes/systests/ws-security/src/test/resources/logging.properties Fri Jul 29 13:13:56 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