Details
-
Task
-
Resolution: Fixed
-
Major
-
13.6
-
None
Description
See https://logback.qos.ch/news.html
* 26th of July, 2021, Release of version 1.2.5 Instead of an Appender, the LayoutWrappingEncoder now accepts a variable of type ContextAware as a parent. This fixes LOGBACK-1326 as reported by Phil Clay who also provided the relevant patch. * 19th of July, 2021, Release of version 1.2.4 Added support for minimum length in %i filename pattern. This fixes LOGBACK-1248 with John Gardiner Myers providing the relevant patch. For size bound log file archiving, allow TimeBasedArchiveRemove to remove files with indexes containing upto 5 digits. This fixes LOGBACK-1175. Added %prefix composite converter which automatically prefixes child converter output with the name of the converter. This feature is quite handy in environments where log files need to be parsed and monitored. tools.