vertx-contextual-logging icon indicating copy to clipboard operation
vertx-contextual-logging copied to clipboard

Is it possible to support for async appender?

Open jinwik opened this issue 5 years ago • 3 comments

jinwik avatar Feb 28 '20 02:02 jinwik

Which logging framework are you talking about?

tsegismont avatar Mar 03 '20 16:03 tsegismont

logback,if we use asyncAppender LogbackConverter is running in the logback thread not vertx eventloop.

jinwik avatar Mar 06 '20 01:03 jinwik

Ok, thanks for the details. I don't believe it is possible to make it work with logback's async appender.

Do you really need to make the logging async? Have you measured significant performance degradation when not using the async appender?

tsegismont avatar Mar 06 '20 10:03 tsegismont