You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2019/02/02 06:45:16 UTC

[logging-log4j2] branch master updated (0eee167 -> 4745d96)

This is an automated email from the ASF dual-hosted git repository.

rgoers pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from 0eee167  LOG4J2-2266 - Load PropertySources from any accessible ClassLoader and handle any exceptions
     new 0dba9b3  LOG4J2-2542 - CronTriggeringPolicy was not rolling properly, especially when used with the SizeBasedTriggeringPolicy
     new 4745d96  LOG4J2-2542 - CronTriggeringPolicy was not rolling properly, especially when used with the SizeBasedTriggeringPolicy

The 10527 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../appender/rolling/CronTriggeringPolicy.java     |  6 +-
 .../appender/rolling/DefaultRolloverStrategy.java  |  6 +-
 .../core/appender/rolling/PatternProcessor.java    |  4 +-
 .../core/appender/rolling/RollingFileManager.java  |  7 ++
 ...st.java => RollingAppenderCronAndSizeTest.java} | 79 +++++++++++++++-------
 .../rolling/RollingAppenderTimeAndSizeTest.java    | 45 +++++++++---
 ...g-cron2.xml => log4j-rolling-cron-and-size.xml} | 14 ++--
 log4j-core/src/test/resources/log4j-rolling3.xml   |  8 +--
 src/site/asciidoc/manual/appenders.adoc            | 11 ++-
 9 files changed, 126 insertions(+), 54 deletions(-)
 copy log4j-core/src/test/java/org/apache/logging/log4j/core/appender/rolling/{RollingAppenderTimeAndSizeTest.java => RollingAppenderCronAndSizeTest.java} (53%)
 copy log4j-core/src/test/resources/{log4j-rolling-cron2.xml => log4j-rolling-cron-and-size.xml} (78%)