Uploaded image for project: 'logback'
  1. logback
  2. LOGBACK-882

Completely Asynchronous appender

    XMLWordPrintable

Details

    • Icon: Improvement Improvement
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 1.0.13
    • logback-core

    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.

      Attachments

        Activity

          People

            logback-dev Logback dev list
            maximkir Maxim Kirilov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: