Daniel Stuckert created LOG4J2-915:
--------------------------------------
Summary: 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
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
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]