You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2014/05/06 04:33:10 UTC

[2/2] git commit: [MRM-1842] Remove per default log4j2 Async Logging fix doc

[MRM-1842] Remove per default log4j2 Async Logging fix doc


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/d533b859
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/d533b859
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/d533b859

Branch: refs/heads/master
Commit: d533b85919012fe3759861a9a7a6578d141e4bf6
Parents: 3df83d7
Author: Olivier Lamy <ol...@apache.org>
Authored: Tue May 6 12:32:57 2014 +1000
Committer: Olivier Lamy <ol...@apache.org>
Committed: Tue May 6 12:32:57 2014 +1000

----------------------------------------------------------------------
 archiva-docs/src/site/apt/adminguide/logging.apt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/d533b859/archiva-docs/src/site/apt/adminguide/logging.apt
----------------------------------------------------------------------
diff --git a/archiva-docs/src/site/apt/adminguide/logging.apt b/archiva-docs/src/site/apt/adminguide/logging.apt
index 8efdb0b..088c135 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.