-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make DelegatingAsyncDisruptorAppender more resilient to exceptions + …
…flush Flushable appenders at end of batch (#457) * Make DelegatingAsyncDisruptorAppender more resilient to exceptions thrown by child appenders - Wrap calls to appenders within a try/catch block and make sure exceptions thrown by one does not prevent other appenders from receiving the event (gh456). - Flush appenders at end of batch only if they are started (gh456). - OutputStreamAppender may occasionally return a null OutputStream (gh455) - Flush appenders implementing java.io.Flushable (gh454)
- Loading branch information
Showing
2 changed files
with
291 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.