![]() |
|
|
|
|
Issue Type:
|
Improvement
|
|
Affects Versions:
|
1.0.13 |
|
Assignee:
|
Logback dev list
|
|
Attachments:
|
CompletelyAsyncAppender.java |
|
Components:
|
logback-core |
|
Created:
|
15/Jul/13 10:50 AM
|
|
Description:
|
Hi,
I want to suggest another version of asynchronous appender that drops logging requests is the queue is full. My implementation uses java.util.concurrent.ExecutorService with blocking queue and discard policy. The queue size and the thread pool workers count can be configured. This appender is very useful for system components that can't be blocked due to logging services.
Regards,
Maxim Kirilov.
|
|
Project:
|
logback
|
|
Labels:
|
logging
|
|
Priority:
|
Trivial
|
|
Reporter:
|
Maxim Kirilov
|
|
|
|
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