Ceki Gulcu resolved New Feature LBCLASSIC-242 as Fixed
Fixed in https://github.com/qos-ch/logback/commit/f495e50ba6

Please review.

>From the docs: AsyncAppender buffers events in a BlockingQueue. A worker thread created by AsyncAppender takes events from the head of the queue, and dispatches them to the single appender attached to AsyncAppender. Note that by default, AsyncAppender will drop events of level TRACE, DEBUG and INFO if its queue is 80% full. This strategy has an amazingly favorable effect on performance at the cost of event loss. Event loss can be prevented by setting the discardingThreshold property to 0 (zero).
Change By: Ceki Gulcu (31/May/12 4:37 PM)
Status: Open Resolved
Assignee: Logback dev list Ceki Gulcu
Fix Version/s: 1.0.4
Resolution: Fixed
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira