Hi,
We have a cluster of 16 machines, all running the same code with the same 
log4j2 config. It has been logging fine for months, when suddenly – on May 1st 
– the original log file stopped resetting on ONE of the machines, so since then 
the main log file has been growing every day with the first log entry from 5/1. 
Everything else is still logging fine. I checked the config, and it did not 
change on this one machine. Additionally, I restarted the service on that 
machine on Friday, thinking it had something to do with the internal state of 
that service, but the problem did not resolve.

We’re using log4j 2.2. The next release will have it upgraded to the latest 
version, but I’m hoping to identify the cause before then. Has anybody else 
seen anything like this?

Here is the relevant part of the config:

<RollingFile  name="mainLog"  fileName="logs/logfile.log"  
filePattern="logs/logfile-%d{yyyy-MM-dd}_%i.log"  append="true">
                <PatternLayout  pattern="%date{yyyy-MM-dd HH:mm:ss.SSS}, 
[%thread], %-5level, %logger{1}, - %message%n" />
                <Policies>
                                <TimeBasedTriggeringPolicy />
                                <SizeBasedTriggeringPolicy size="200 MB"/>
                </Policies>
                <DefaultRolloverStrategy max="15" />
</RollingFile>

Thank you.
Charl



NOTICE: The foregoing message contains confidential information (including 
attachments) intended only for the use of the addressee(s) named above. If you 
are not the addressee, or the person responsible for delivering it to the 
addressee, you are hereby notified that reading, disseminating, distributing, 
printing, or copying this message is strictly prohibited. If you have received 
this message in error, please notify us by replying to the message immediately. 
Please also proceed to delete the original message directly following your 
reply.   Not responsible for typographical errors.  Prices subject to change 
without notice.  Prices for backordered product are not guaranteed.   If you do 
not wish to receive future promotional announcements, please reply to this 
email with "Remove" as your subject.

Reply via email to