Hello,
I am using RollingFileAppender to limit the number of log files. Is there a
way to use the
Default Rollover Strategy with a time %d{yyyy-MM-dd-HH-mm-ss} with a
<SizeBasedTriggeringPolicy size="100 MB"/> and set <DefaultRolloverStrategy
max="9"/>? How can use a time based format for the name of my log but limit
the number of logs to a certain number and after the limit is reached the
oldest log gets deleted? Is there a way to do this?Best, Jerry
