You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2016/09/04 18:38:42 UTC

[26/36] logging-log4j2 git commit: Remove system property docs for AsyncAppender

Remove system property docs for AsyncAppender


Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3fdd1fc9
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3fdd1fc9
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3fdd1fc9

Branch: refs/heads/master
Commit: 3fdd1fc965d1a1f615f7c3d7c8fc2f7f3b81991b
Parents: a20e39e
Author: Matt Sicker <bo...@gmail.com>
Authored: Sat Jun 18 18:43:28 2016 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sat Jun 18 18:43:28 2016 -0500

----------------------------------------------------------------------
 src/site/xdoc/manual/configuration.xml.vm | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3fdd1fc9/src/site/xdoc/manual/configuration.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/configuration.xml.vm b/src/site/xdoc/manual/configuration.xml.vm
index 88edd0e..1276a0e 100644
--- a/src/site/xdoc/manual/configuration.xml.vm
+++ b/src/site/xdoc/manual/configuration.xml.vm
@@ -2004,12 +2004,6 @@ public class AwesomeTest {
     <td>Prints a stacktrace to the <a href="#StatusMessages">status logger</a> at DEBUG level
     when the LoggerContext is started. For debug purposes.</td>
   </tr>
-  <tr>
-    <td><a name="log4j.BlockingQueueFactory"/>log4j.BlockingQueueFactory</td>
-    <td>org.apache.logging.log4j.core.async.ArrayBlockingQueueFactory</td>
-    <td>Specifies what type of <tt>BlockingQueue</tt> implementation to use with
-      <a href="appenders.html#AsyncAppender">AsyncAppender</a>.</td>
-  </tr>
 </table>
 
         </subsection>