GitHub user cakofony opened a pull request:
https://github.com/apache/logging-log4j2/pull/120
Log4j respects the configured "log4j2.is.webapp" property
Some applications run embedded servlet containers sharing
a single logging context from the root application.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/cakofony/logging-log4j2 is_webapp
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/logging-log4j2/pull/120.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 #120
----
commit e5f18e5e7715061f9aeea9d264c5070c32e8aac4
Author: Carter Kozak <[email protected]>
Date: 2017-10-26T15:02:28Z
Log4j respects the configured "log4j2.is.webapp" property
Some applications run embedded servlet containers sharing
a single logging context from the root application.
----
---