This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/master by this push: new cea5efb LOG4J2-2542 - CronTriggeringPolicy was not rolling properly, especially when used with the SizeBasedTriggeringPolicy cea5efb is described below commit cea5efb1209de98461037cd6debd0f2b44da75ba Author: Ralph Goers <rgo...@apache.org> AuthorDate: Fri Feb 1 23:51:10 2019 -0700 LOG4J2-2542 - CronTriggeringPolicy was not rolling properly, especially when used with the SizeBasedTriggeringPolicy --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 54d74b4..820a015 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -354,6 +354,9 @@ </action> </release> <release version="2.11.2" date="2018-MM-DD" description="GA Release 2.11.2"> + <action issue="LOG4J2-2542" dev="rgoers" type="fix"> + CronTriggeringPolicy was not rolling properly, especially when used with the SizeBasedTriggeringPolicy. + </action> <action issue="LOG4J2-2266" dev="rgoers" type="fix"> Load PropertySources from any accessible ClassLoader. Hide any exceptions that may occur accessing a PropertySource. </action>