GitHub user andresluuk opened a pull request:
https://github.com/apache/logging-log4j2/pull/211
Fix for LOG4J2-2413
A test and a fix for https://issues.apache.org/jira/browse/LOG4J2-2413
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/andresluuk/logging-log4j2 master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/211.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 #211
----
commit 82885f5bb90688be4ffbdb2b550509b53011dcbd
Author: Andres Luuk <andres.luuk@...>
Date: 2018-08-18T07:00:29Z
LOG4J2-2413 add a test about using ColumnMapping with pattern and logging
an exception
commit 9040dc5627e939eaaf3232484c83669a76b1864a
Author: Andres Luuk <andres.luuk@...>
Date: 2018-08-18T07:00:47Z
LOG4J2-2413 Fix ColumnMapping (to be like ColumnConfig) disable appending
exceptions in the end of every field in case an exception is logged
commit 74847399beb52ad6128cd4476305f51a4606f2d9
Author: Andres Luuk <andres.luuk@...>
Date: 2018-08-18T07:11:32Z
LOG4J2-2413 Fix comment
----
---