ppkarwasz commented on issue #2258:
URL: 
https://github.com/apache/logging-log4j2/issues/2258#issuecomment-1920768637

   @baldpate,
   
   Thank you for the report, we'll look into it. Could you also try with a 
**full** async configuration? This requires you to add:
   ```
   
-Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector
   ```
   to your JVM parameters and to replace the async logger config with a sync 
logger config:
   ```xml
   <Root level="info">
       <AppenderRef ref="Console" />
   </Root>
   ```


-- 
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