What's New With 7.2.0
November 18, 2023
Last updated
Was this helpful?
November 18, 2023
Last updated
Was this helpful?
You can read all about this release on our main What's New Page:
The full release notes per library can be found below. Just click on the library tab and explore their release notes:
New listeners for all appenders: preProcessQueue() postProcessQueue()
Add the queue as an argument to the processQueueElement() method
new rolling appender property archiveLayout which is a closure that returns the pattern of the archive layout
Unhandled race conditions in FileRotator lead to errors and potential log data loss
log rotator was not checking for file existence and 1000s of errors could be produced
Support ad-hoc struct literal of LogBox DSL to configure LogBox
Add `Exclude` key to Logbox Categories to Easily Exclude Appenders
shutdown the appenders first instead of the executors to avoid chicken and egg issues
Change fileMaxArchives default from 2 to 10
Removal of instance approach in preferences to accessors for the LogBoxConfig