Re: Wrong extensions when rotating files using RollingRandomAccessFile with CronTriggeringPolicy

2020-02-05 Thread Ralph Goers
What version of Log4j are you using? If you add status=DEBUG to the configuration element you will see logs appear in stdout that identify some things that are useful for debugging issues during rollover. Could you provide that please? Ralph > On Feb 5, 2020, at 9:50 AM, Joan ventusproxy >

Wrong extensions when rotating files using RollingRandomAccessFile with CronTriggeringPolicy

2020-02-05 Thread Joan ventusproxy
Hello, We have 5 async logs in our log4j2 configuration that rotates every day at 00:01. This is the config for one of them: %m%d{HH:mm:ss.SSS}%n So at 5 Feb 00:01 we expected to have 5 logs with the '2020-02-04' extension, but we see files with '2020-02-05' exte