Skip to content

2024-April-24 - 2.6.14725

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 12:09
a625e3a
Fix TripleA's rolling log policy. (#12538)

* Fix TripleA's rolling log policy.

It wasn't specifying RollingFileAppender so the rolling and max size options weren't being used. I'm also changing the max size to 1MB and 10MB total.

* Fix comment