Not built into the RollingLogFileAppender.. There may be a hook if you want
to extend it.. You'd want to make sure your cleanup wasn't done in the
logging thread though, else it will hold up your application processing (and
possibly your gui thread)
We have a separate method within our apps that
Currently I have RollingLogFileAppender configured to hold a max of 20 files
PER HOUR as follows:
This configuration keeps last 20 files FOR EACH HOUR and hence the number of
files add up indefinitely over time.
Is there a way to co