[
https://issues.apache.org/jira/browse/LOG4J2-915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ralph Goers resolved LOG4J2-915.
--------------------------------
Resolution: Fixed
Fix Version/s: 2.11.2
A few fixes were added in 2.11.2 which should have addressed this. Please
verify and close.
> Wrong timestamp of filename when SizeBasedTriggering and TimeBasedTrigger
> used simultaniously with RollingFileAppender
> ----------------------------------------------------------------------------------------------------------------------
>
> Key: LOG4J2-915
> URL: https://issues.apache.org/jira/browse/LOG4J2-915
> Project: Log4j 2
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.1
> Reporter: Daniel Stuckert
> Priority: Major
> Fix For: 2.11.2
>
> Attachments: JIRA_915.diff
>
>
> When using the SizedBasedTrigger and TimeBasedTrigger simultaniously the
> timestamp for the filename generated by the SizeBasedTrigger is not the
> current time but the next timestamp calculated by the TimeBasedTrigger.
> The bug can be reproduced with the sample configuration in the manual.
> Likely cause of the problem is that the TimeBasedTrigger sets the time of the
> next rollover and the SizeBasedTrigger uses the set time.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)