GitHub user fdiazgon opened a pull request:
https://github.com/apache/logging-log4j2/pull/159
[LOG4J2-1013][Lookups] Allow variables with dashes
[JIRA Issue](https://issues.apache.org/jira/browse/LOG4J2-1013)
Move the logic of getting the default value from the StrSubstitutor to the
Interpolator
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fdiazgon/logging-log4j2 LOG4J2-1013
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/159.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 #159
----
commit e092b278aee02fe1cdf2431d35b395fcce963190
Author: fdiazgon <fediazgon@...>
Date: 2018-03-13T01:15:27Z
[LOG4J2-1013][Lookups] Allow variables with dashes
Move the logic of getting the default value from the StrSubstitutor to the
Interpolator
----
---