Note since 1.4-M4, the log4j2 asyncLogger feature is configured as the default.
- This means the default <<AsyncLogger.WaitStrategy>> and <<AsyncLoggerConfig.WaitStrategy>> option is configured to Sleep.
+ This means the default <<AsyncLogger.WaitStrategy>> and <<AsyncLoggerConfig.WaitStrategy>> option is Sleep.
If you are in a constrained environment, you can change it to Block (or Yield) (<<<-DAsyncLogger.WaitStrategy=Block>>> and/or
<<<-DAsyncLoggerConfig.WaitStrategy=Block>>>)