LOG4J2-1133 - Add JNDI lookup documentation.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/ed6c608a Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/ed6c608a Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/ed6c608a Branch: refs/heads/LOG4J2-1278-gc-free-logger Commit: ed6c608abe735f3b04cc979ae25e6d12121703a8 Parents: cc37ea6 Author: Matt Sicker <[email protected]> Authored: Tue Mar 8 11:10:29 2016 -0600 Committer: Matt Sicker <[email protected]> Committed: Tue Mar 8 11:10:29 2016 -0600 ---------------------------------------------------------------------- src/changes/changes.xml | 5 ++++- src/site/xdoc/manual/configuration.xml.vm | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ed6c608a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1543f45..61006a1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -200,7 +200,10 @@ Remove need to pre-specify appender et al. identifiers in property file config format. </action> <action issue="LOG4J2-1050" dev="mattsicker" type="fix" due-to="Adam Retter"> - Add a Log4jLookup class to help write log files relative to log4j2.xml + Add a Log4jLookup class to help write log files relative to log4j2.xml. + </action> + <action issue="LOG4J2-1133" dev="mattsicker" type="add"> + Add JNDI lookup documentation. </action> </release> <release version="2.5" date="2015-12-06" description="GA Release 2.5"> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/ed6c608a/src/site/xdoc/manual/configuration.xml.vm ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/configuration.xml.vm b/src/site/xdoc/manual/configuration.xml.vm index 4bf5247..5e0a5fb 100644 --- a/src/site/xdoc/manual/configuration.xml.vm +++ b/src/site/xdoc/manual/configuration.xml.vm @@ -974,6 +974,10 @@ rootLogger.appenderRef.stdout.ref = STDOUT <td>System environment variables</td> </tr> <tr> + <td>jndi</td> + <td>A value set in the default JNDI Context.</td> + </tr> + <tr> <td>jvmrunargs</td> <td> A JVM input argument accessed through JMX, but not a main argument;
