Repository: logging-log4j2 Updated Branches: refs/heads/master a8d8cfdc9 -> 2d98964f7
[LOG4J2-1233] Misleading Value In Properties Example. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/2d98964f Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/2d98964f Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/2d98964f Branch: refs/heads/master Commit: 2d98964f749d408404b8f1043013a11427c6af97 Parents: a8d8cfd Author: ggregory <[email protected]> Authored: Mon Dec 28 10:40:59 2015 -0800 Committer: ggregory <[email protected]> Committed: Mon Dec 28 10:40:59 2015 -0800 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ src/site/xdoc/manual/configuration.xml.vm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2d98964f/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8eb273e..070596d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -37,6 +37,9 @@ <action issue="LOG4J2-1219" dev="ggregory" type="update"> Update SLF4J from 1.7.12 to 1.7.13. </action> + <action issue="LOG4J2-1233" dev="ggregory" type="update" due-to="Bahri Gencsoy"> + Misleading Value In Properties Example. + </action> </release> <release version="2.5" date="2015-12-06" description="GA Release 2.5"> <action issue="LOG4J2-324" dev="rpopma" type="fix"> http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/2d98964f/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 93b4663..ee14ce0 100644 --- a/src/site/xdoc/manual/configuration.xml.vm +++ b/src/site/xdoc/manual/configuration.xml.vm @@ -877,7 +877,7 @@ appender.list.filter.threshold.level = error loggers = rolling -logger.rolling.name = org.apache.logging.log4j.core.appender.rolling +logger.rolling.name = com.example.my.app logger.rolling.level = debug logger.rolling.additivity = false logger.rolling.appenderRefs = rolling
