Return-Path: X-Original-To: apmail-camel-dev-archive@www.apache.org Delivered-To: apmail-camel-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 BF593188CA for ; Tue, 26 May 2015 12:37:17 +0000 (UTC) Received: (qmail 63284 invoked by uid 500); 26 May 2015 12:37:17 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 63240 invoked by uid 500); 26 May 2015 12:37:17 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 63215 invoked by uid 99); 26 May 2015 12:37:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 May 2015 12:37:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3A337DFFC0; Tue, 26 May 2015 12:37:17 +0000 (UTC) From: CandleCandle To: dev@camel.apache.org Reply-To: dev@camel.apache.org Message-ID: Subject: [GitHub] camel pull request: Fix the logging event to use placeholders corr... Content-Type: text/plain Date: Tue, 26 May 2015 12:37:17 +0000 (UTC) GitHub user CandleCandle opened a pull request: https://github.com/apache/camel/pull/527 Fix the logging event to use placeholders correctly. Logging events like `WARN org.apache.camel.component.aws.sqs.SqsProducer - Cannot put the message header key={0}, value={1} into Sqs MessageAttribute` are not particularly helpful, this change fixes the logging event to use the SLF4J placeholders correctly, displaying the key/value that it could not add to the message. You can merge this pull request into a Git repository by running: $ git pull https://github.com/CandleCandle/camel master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/527.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #527 ---- commit f9f158cbd4060cc1b61fdfd5d6084165084052c0 Author: Candle Date: 2015-05-26T12:31:37Z Fix the logging event to use placeholders correctly. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---