Repository: logging-log4j2 Updated Branches: refs/heads/master d001230d2 -> 0d87f2039
LOG4J-1653 - CronTriggeringPolicy would use the wrong date/time when rolling over and create multiple triggering policies on reconfiguration Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/0d87f203 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/0d87f203 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/0d87f203 Branch: refs/heads/master Commit: 0d87f203975a7bdbf91fc09b432b9fdd7aff6f09 Parents: d001230 Author: Ralph Goers <[email protected]> Authored: Sun Jan 1 17:18:33 2017 -0700 Committer: Ralph Goers <[email protected]> Committed: Sun Jan 1 17:18:33 2017 -0700 ---------------------------------------------------------------------- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/0d87f203/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 8268160..e38201b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -24,6 +24,9 @@ </properties> <body> <release version="2.8" date="2016-MM-DD" description="GA Release 2.8"> + <action issue="LOG4J2-1653" dev="rgoers" type="fix"> + CronTriggeringPolicy would use the wrong date/time when rolling over and create multiple triggering policies on reconfiguration. + </action> <action issue="LOG4J2-1748" dev="rpopma" type="fix"> Shortened the default keep-alive time for non-daemon threads from 60 seconds to 1 second to allow applications to exit promptly immediately after file rollover. </action>
