diff options
author | skygo <skygo@unknown> | 2014-03-19 13:08:41 +0000 |
---|---|---|
committer | skygo <skygo@unknown> | 2014-03-19 13:08:41 +0000 |
commit | a19d07d5033fc0250ad5f17ad253e3ed8b7b0beb (patch) | |
tree | f3c63b172ea93ae8012915008335325b64d37c3a /archiva-docs/src/site | |
parent | 3b607ba0208ec4a3762a43783e82fa9963f0a835 (diff) | |
download | archiva-a19d07d5033fc0250ad5f17ad253e3ed8b7b0beb.tar.gz archiva-a19d07d5033fc0250ad5f17ad253e3ed8b7b0beb.zip |
modify loggin docs with help of Chris
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1579220 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-docs/src/site')
-rw-r--r-- | archiva-docs/src/site/apt/adminguide/logging.apt | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/logging.apt b/archiva-docs/src/site/apt/adminguide/logging.apt index a06e4843b..67b2afffb 100644 --- a/archiva-docs/src/site/apt/adminguide/logging.apt +++ b/archiva-docs/src/site/apt/adminguide/logging.apt @@ -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}} ) |