|
||||||||
|
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 |
||||||||
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

I have clearly closed this bug too early. My apologies. However, unless I am mistaken, AbstractSocketAppender uses instances of ArrayBlockingQueue. SynchronousQueue are only used for queue sizes of less than 0, which are not supported except in unit tests.