[qos-ch/logback] 9b74f9: LOGBACK-898 never blocking async appender

Branch: refs/heads/master Home: https://github.com/qos-ch/logback Commit: 9b74f9969d2bcff456e4d473815f868921e5f41e https://github.com/qos-ch/logback/commit/9b74f9969d2bcff456e4d473815f868921e... Author: Gareth Davis <gadavis@expedia.com> Date: 2015-07-14 (Tue, 14 Jul 2015) Changed paths: M logback-core/src/main/java/ch/qos/logback/core/AsyncAppenderBase.java M logback-core/src/test/java/ch/qos/logback/core/AsyncAppenderBaseTest.java M logback-core/src/test/java/ch/qos/logback/core/testUtil/DelayingListAppender.java M logback-site/src/site/pages/manual/appenders.html Log Message: ----------- LOGBACK-898 never blocking async appender Allows the AsyncAppender to be configured to be never block on a full queue. This is taken from Jeff Wartes original patch: http://jira.qos.ch/browse/LOGBACK-898 Commit: afbab3286358bade55f8c733649dcbe0e67abb8a https://github.com/qos-ch/logback/commit/afbab3286358bade55f8c733649dcbe0e67... Author: Ceki Gulcu <ceki@qos.ch> Date: 2016-02-11 (Thu, 11 Feb 2016) Changed paths: M logback-core/src/main/java/ch/qos/logback/core/AsyncAppenderBase.java M logback-core/src/test/java/ch/qos/logback/core/AsyncAppenderBaseTest.java M logback-core/src/test/java/ch/qos/logback/core/testUtil/DelayingListAppender.java M logback-site/src/site/pages/manual/appenders.html Log Message: ----------- Merge pull request #290 from tempredirect/LOGBACK-898 LOGBACK-898 never blocking async appender Compare: https://github.com/qos-ch/logback/compare/c43424f54f99...afbab3286358
participants (1)
-
Ceki Gulcu