GitHub user PascalSchumacher opened a pull request:
https://github.com/apache/camel/pull/2516
Replace string concatenation in logging with placeholders.
Done by regex search and replace. Then reviewed by hand.
I excluded test classes because the changes is already big enough.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PascalSchumacher/camel
logging_with_placeholders
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2516.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 #2516
----
----
---