]> source.dussan.org Git - archiva.git/commitdiff
modify loggin docs with help of Chris
authorskygo <skygo@unknown>
Wed, 19 Mar 2014 13:08:41 +0000 (13:08 +0000)
committerskygo <skygo@unknown>
Wed, 19 Mar 2014 13:08:41 +0000 (13:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1579220 13f79535-47bb-0310-9956-ffa450edef68

archiva-docs/src/site/apt/adminguide/logging.apt

index a06e4843b6bf115029695fcf2192a1e84fc827be..67b2afffbdcff79eb812070da45a1537aef1ecf1 100644 (file)
@@ -40,9 +40,11 @@ Log Files
   
   []
 
-  Note since 1.4-M4, the log4j2 asyncLogger feature is configured per default.
+  Note since 1.4-M4, the log4j2 asyncLogger feature is configured as the default.
 
-  This mean per default AsyncLogger.WaitStrategy option is configured to Sleep.
+  This means the default <<AsyncLogger.WaitStrategy>> and <<AsyncLoggerConfig.WaitStrategy>> option is configured to Sleep.
+
+  If you are in a constrained environment, you can change it to Block (or Yield) (<<<-DAsyncLogger.WaitStrategy=Block>>> and/or
+<<<-DAsyncLoggerConfig.WaitStrategy=Block>>>) 
 
-  If you are on a constrained environment, you can change it to Block (-DAsyncLogger.WaitStrategy=Block)
   (See {{{http://logging.apache.org/log4j/2.x/manual/async.html}log4j2 documentation}} )