shoothzj opened a new pull request, #4269:
URL: https://github.com/apache/bookkeeper/pull/4269

   ### Motivation
   
   Adding lmax disruptor in dependency allow user to config AsyncLogger in 
log4j2.xml like this
   
   ```xml
       <Loggers>
           <AsyncLogger name="async" level="info">
               <AppenderRef ref="AsyncConsole"/>
           </AsyncLogger>
       </Loggers>
   ```
   
   See also https://logging.apache.org/log4j/2.x/manual/async.html


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to