GitHub user cakofony opened a pull request:
https://github.com/apache/logging-log4j2/pull/127
LOG4J2-2109: Added "log4j.format.msg.nolookups" global configuration
This allows applications to globally disable message pattern
from looking up replacements without specifying "%m{nolookups}".
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cakofony/logging-log4j2 LOG4J2-2109
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/127.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 #127
----
commit 4b51310d8df6cf087eede097480f6d28e4f45866
Author: Carter Kozak <[email protected]>
Date: 2017-11-09T13:32:14Z
LOG4J2-2109: Added "log4j.format.msg.nolookups" global configuration
This allows applications to globally disable message pattern
from looking up replacements without specifying "%m{nolookups}".
----
---