aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-docs
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-05-06 12:32:57 +1000
committerOlivier Lamy <olamy@apache.org>2014-05-06 12:32:57 +1000
commitd533b85919012fe3759861a9a7a6578d141e4bf6 (patch)
treed1ecf36720c600cbc6c9aec44838d28527bc20be /archiva-docs
parent3df83d78af71feb050f0d184f789a78bb5859171 (diff)
downloadarchiva-d533b85919012fe3759861a9a7a6578d141e4bf6.tar.gz
archiva-d533b85919012fe3759861a9a7a6578d141e4bf6.zip
[MRM-1842] Remove per default log4j2 Async Logging fix doc
Diffstat (limited to 'archiva-docs')
-rw-r--r--archiva-docs/src/site/apt/adminguide/logging.apt4
1 files changed, 3 insertions, 1 deletions
diff --git a/archiva-docs/src/site/apt/adminguide/logging.apt b/archiva-docs/src/site/apt/adminguide/logging.apt
index 8efdb0bb4..088c13555 100644
--- a/archiva-docs/src/site/apt/adminguide/logging.apt
+++ b/archiva-docs/src/site/apt/adminguide/logging.apt
@@ -40,7 +40,9 @@ Log Files
[]
- Note since 1.4-M4, the log4j2 asyncLogger feature is configured as the default.
+ Note since 2.1.0, the log4j2 asyncLogger feature is NOT anymore configured as the default.
+
+ If you want to activate it as default add the system property <<-DLog4jContextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector>>
This means the default <<AsyncLogger.WaitStrategy>> and <<AsyncLoggerConfig.WaitStrategy>> option is Sleep.