modify loggin docs with help of Chris ctd

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1579221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
skygo 2014-03-19 13:09:38 +00:00
parent a19d07d503
commit 0feaefa6cb
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Log Files
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>>>)