geertschuring commented on PR #4718:
URL:
https://github.com/apache/activemq-artemis/pull/4718#issuecomment-1864656817
@gemmellr, @jbertram After some more digging around it turns out the date in
the filePattern (log/artemis.log.%d{yyyy-MM-dd}) keeps the
DefaultRolloverStrategy from cleaning up old log files. To enable it to work
the filePattern would need to be changed as well to something like
(log/artemis.log.%i)
I already changed my mind after reading your previous comments, but now I'm
sure it would be better to delete this PR and close the Issue without
implementing it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]