Return-Path: X-Original-To: apmail-servicemix-dev-archive@www.apache.org Delivered-To: apmail-servicemix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7D41093B9 for ; Tue, 6 Dec 2011 09:24:09 +0000 (UTC) Received: (qmail 33904 invoked by uid 500); 6 Dec 2011 09:24:09 -0000 Delivered-To: apmail-servicemix-dev-archive@servicemix.apache.org Received: (qmail 33836 invoked by uid 500); 6 Dec 2011 09:24:09 -0000 Mailing-List: contact dev-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@servicemix.apache.org Delivered-To: mailing list dev@servicemix.apache.org Received: (qmail 32967 invoked by uid 99); 6 Dec 2011 09:24:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 09:24:03 +0000 X-ASF-Spam-Status: No, hits=-2001.2 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Dec 2011 09:24:01 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 539B4CA571 for ; Tue, 6 Dec 2011 09:23:40 +0000 (UTC) Date: Tue, 6 Dec 2011 09:23:40 +0000 (UTC) From: "metatech (Updated) (JIRA)" To: dev@servicemix.apache.org Message-ID: <2069255897.44854.1323163420343.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <748490568.44853.1323163420298.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (SMX4-1002) Use SLF4J instead of Java standard logging for CXF in SMX MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/SMX4-1002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] metatech updated SMX4-1002: --------------------------- Priority: Trivial (was: Major) > Use SLF4J instead of Java standard logging for CXF in SMX > --------------------------------------------------------- > > Key: SMX4-1002 > URL: https://issues.apache.org/jira/browse/SMX4-1002 > Project: ServiceMix 4 > Issue Type: Improvement > Components: Bundles > Affects Versions: 4.3.0 > Environment: ServiceMix 4.3 > Reporter: metatech > Priority: Trivial > Original Estimate: 0.5h > Remaining Estimate: 0.5h > > CXF uses by default the default Java logging framework (java.util.logging). > This framework does not support MDC (Mapped Diagnostic Context). > If the MDCSiftingAppender is used to have separate files for each route, > all CXF logs end up in the default file. > Solution : add the following line : > org.apache.cxf.Logger=org.apache.cxf.common.logging.Slf4jLogger > in the file > $SERVICEMIX_HOME/etc/system.properties > I propose to make it the default value in the ServiceMix distribution, if nobody sees any down-sides. > http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assemblies/shared/src/main/resources/etc/system.properties > Thanks. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira