GitHub user cakofony opened a pull request:
https://github.com/apache/logging-log4j2/pull/134
Remove unnecessary threadlocal in MdcPatternConverter
We can write directly to the supplied StringBuilder.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cakofony/logging-log4j2
mdc_pattern_string_builder
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/134.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 #134
----
commit 626f21fb5366cea683c828a4aaef9309c0c5e22a
Author: Carter Kozak <[email protected]>
Date: 2017-11-16T17:36:01Z
Remove unnecessary threadlocal in MdcPatternConverter
We can write directly to the supplied StringBuilder.
----
---