Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6AB7AE051 for ; Tue, 19 Mar 2013 14:05:25 +0000 (UTC) Received: (qmail 96562 invoked by uid 500); 19 Mar 2013 14:05:25 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 96499 invoked by uid 500); 19 Mar 2013 14:05:25 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 96492 invoked by uid 99); 19 Mar 2013 14:05:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Mar 2013 14:05:25 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Mar 2013 14:05:24 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 37EBA23889BF; Tue, 19 Mar 2013 14:05:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1458291 - /cxf/branches/2.6.x-fixes/systests/ws-security-examples/src/test/resources/logging.properties Date: Tue, 19 Mar 2013 14:05:04 -0000 To: commits@cxf.apache.org From: coheigea@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130319140504.37EBA23889BF@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: coheigea Date: Tue Mar 19 14:05:03 2013 New Revision: 1458291 URL: http://svn.apache.org/r1458291 Log: Merged revisions 1458288 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/branches/2.7.x-fixes ........ r1458288 | coheigea | 2013-03-19 14:02:37 +0000 (Tue, 19 Mar 2013) | 10 lines Merged revisions 1458276 via git cherry-pick from https://svn.apache.org/repos/asf/cxf/trunk ........ r1458276 | coheigea | 2013-03-19 13:41:06 +0000 (Tue, 19 Mar 2013) | 2 lines Fixing logging levels ........ ........ Modified: cxf/branches/2.6.x-fixes/systests/ws-security-examples/src/test/resources/logging.properties Modified: cxf/branches/2.6.x-fixes/systests/ws-security-examples/src/test/resources/logging.properties URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/systests/ws-security-examples/src/test/resources/logging.properties?rev=1458291&r1=1458290&r2=1458291&view=diff ============================================================================== --- cxf/branches/2.6.x-fixes/systests/ws-security-examples/src/test/resources/logging.properties (original) +++ cxf/branches/2.6.x-fixes/systests/ws-security-examples/src/test/resources/logging.properties Tue Mar 19 14:05:03 2013 @@ -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 = SEVERE java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter