[GitHub] logging-log4j2 pull request #176: [LOG4J2-1721] Allow composite configuratio...

2018-07-02 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/logging-log4j2/pull/176


---


[GitHub] logging-log4j2 pull request #176: [LOG4J2-1721] Allow composite configuratio...

2018-06-06 Thread fluxroot
GitHub user fluxroot opened a pull request:

https://github.com/apache/logging-log4j2/pull/176

[LOG4J2-1721] Allow composite configuration for context parameter

For non-JNDI, allow comma-separated configuration locations (composite 
configuration syntax) for "log4jConfiguration" context parameter. This pull 
request implements LOG4J2-1721.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/fluxroot/logging-log4j2 LOG4J2-1721

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/logging-log4j2/pull/176.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 #176


commit 2c571611e5dcf30912ed81c1fa47793fa1894783
Author: Phokham Nonava 
Date:   2018-06-06T14:32:21Z

[LOG4J2-1721] Allow composite configuration for context parameter

For non-JNDI, allow comma-separated configuration locations (composite
configuration syntax) for "log4jConfiguration" context parameter.




---