Author: dkulp
Date: Fri Jul 29 13:04:27 2011
New Revision: 1152198
URL: http://svn.apache.org/viewvc?rev=1152198&view=rev
Log:
Merged revisions 1151919 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1151919 | dkulp | 2011-07-28 12:41:38 -0400 (Thu, 28 Jul 2011) | 1 line
Revert change to logging file
........
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=1152198&r1=1152197&r2=1152198&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:04:27 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