This is an automated email from the ASF dual-hosted git repository. ramanathan1504 pushed a commit to branch fix/cron-triggering-policy-slow-startup in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 93c5714a49b4948d325d804ff89aa6f3cd7f2a2e Author: Ramanathan <[email protected]> AuthorDate: Mon Aug 31 15:35:48 2026 +0530 Update CronTriggeringPolicy to eliminate startup delay and rename direct write files based on rollover period --- .../.2.x.x/fix_cron_triggering_policy_slow_startup.xml | 2 +- .../.2.x.x/fix_direct_write_cron_current_file_name.xml | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/src/changelog/.2.x.x/fix_cron_triggering_policy_slow_startup.xml b/src/changelog/.2.x.x/fix_cron_triggering_policy_slow_startup.xml index 1d16648320..1f7af2e27d 100644 --- a/src/changelog/.2.x.x/fix_cron_triggering_policy_slow_startup.xml +++ b/src/changelog/.2.x.x/fix_cron_triggering_policy_slow_startup.xml @@ -7,6 +7,6 @@ type="changed"> <issue id="4226" link="https://github.com/apache/logging-log4j2/pull/4226"/> <description format="asciidoc"> - Changes `CronTriggeringPolicy` startup delay and name its direct write files after the rollover period. + `CronTriggeringPolicy` no longer delays startup, and names direct write files after the rollover period rather than the startup time. </description> </entry> diff --git a/src/changelog/.2.x.x/fix_direct_write_cron_current_file_name.xml b/src/changelog/.2.x.x/fix_direct_write_cron_current_file_name.xml deleted file mode 100644 index 29f058416b..0000000000 --- a/src/changelog/.2.x.x/fix_direct_write_cron_current_file_name.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<entry xmlns="https://logging.apache.org/xml/ns" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=" - https://logging.apache.org/xml/ns - https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" - type="fixed"> - <issue id="4226" link="https://github.com/apache/logging-log4j2/pull/4226"/> - <description format="asciidoc"> - Fix the file a `CronTriggeringPolicy` appender without a `fileName` writes to. The file is now named after - the start of the rollover period it covers, instead of after the moment the appender started, so restarting - within a period reopens that period's file rather than creating another one. Note that this changes the - names of direct write files for such appenders. - </description> -</entry>
