vertx-contextual-logging
vertx-contextual-logging copied to clipboard
Is it possible to support for async appender?
Which logging framework are you talking about?
logback,if we use asyncAppender LogbackConverter is running in the logback thread not vertx eventloop.
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?