You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by PascalSchumacher <gi...@git.apache.org> on 2018/09/10 18:21:41 UTC

[GitHub] camel pull request #2516: Replace string concatenation in logging with place...

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
    
----

----


---

[GitHub] camel pull request #2516: Replace string concatenation in logging with place...

Posted by PascalSchumacher <gi...@git.apache.org>.
Github user PascalSchumacher closed the pull request at:

    https://github.com/apache/camel/pull/2516


---