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 <can...@candle.me.uk> 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---