Details
-
Task
-
Resolution: Fixed
-
Major
-
9.1.2
-
None
Description
See https://logback.qos.ch/news.html
March 16th, 2017, Release of version 1.2.2 AsyncAppender no longer drops events when the current thread has its interrupt flag set. This issue was reported in LOGBACK-1247 by Jakob Bergendahl who also provided the relevant pull request. Removed JMSQueueAppender and JMSTopicAppender. These appenders were undocumented and had no apparent users. Remove comment in logback-classic's META-INF/services/javax.servlet.ServletContainerInitializer file in order to keep Wildfly 8 happy. This issue was reported in LOGBACK-1265 by Andy Wilkinson. FileSize.toString() now reports files sizes in GB in addition to sizes in MB and KB and Bytes. This fixes issue LOGBACK-1278.