[qos-ch/logback] 8f1a27: Updated AsyncAppenderBase to have a configurable w...

Branch: refs/heads/master Home: https://github.com/qos-ch/logback Commit: 8f1a27946ee577598282dc285a2e700fe6b5f7b7 https://github.com/qos-ch/logback/commit/8f1a27946ee577598282dc285a2e700fe6b... Author: Mike Reinhold <mike@coursescheduler.io> Date: 2014-04-04 (Fri, 04 Apr 2014) 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-site/src/site/pages/manual/appenders.html M logback-site/src/site/pages/news.html Log Message: ----------- Updated AsyncAppenderBase to have a configurable worker thread join timeout instead of the default 1000ms. Added unit test to verify correct function and updated appenders documentation describing new configuration parameter and suggested uses. Added to news page under release 1.1.3. Commit: 4b3479287f47c29c27b4aa8c6ee9b8c14125a03f https://github.com/qos-ch/logback/commit/4b3479287f47c29c27b4aa8c6ee9b8c1412... Author: Ceki Gulcu <ceki@qos.ch> Date: 2014-04-04 (Fri, 04 Apr 2014) 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-site/src/site/pages/manual/appenders.html M logback-site/src/site/pages/news.html Log Message: ----------- Merge pull request #186 from mikereinhold/async-appender Configurable worker thread join timeout in AsyncAppenderBase Compare: https://github.com/qos-ch/logback/compare/29e684451f77...4b3479287f47
participants (1)
-
Ceki Gulcu