Hi,
We realized on our production cluster that we're missing log files. After some
investigation it seem that old version of log4j (< 2.8) has a maximum nb of
files set to 7 for the Default Rollover Strategies
http://apache-logging.6191.n7.nabble.com/Max-index-limit-in-DefaultRolloverStrategy-td75592.html.
From version 2.8 this default was removed
(https://logging.apache.org/log4j/2.x/manual/appenders.html#RollingFileAppender).
Would it has a lot of impact to update log4j to a more recent version ?
Cheers
Abson