Repository: logging-log4j2
Updated Branches:
  refs/heads/master 9dc36627e -> 93acc51ba


Updated link: anchors for system properties in configuration.html now have the 
name of the system property


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

Branch: refs/heads/master
Commit: 93acc51ba4b36b0e4fb1c30038e468a8f3c5fc12
Parents: 9dc3662
Author: rpopma <[email protected]>
Authored: Sun May 22 16:40:12 2016 +0900
Committer: rpopma <[email protected]>
Committed: Sun May 22 16:40:12 2016 +0900

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml | 2 +-
 src/site/xdoc/manual/async.xml     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/93acc51b/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml 
b/src/site/xdoc/manual/appenders.xml
index 6199cab..9d859e6 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -132,7 +132,7 @@
             There are also a few system properties that can be used to 
maintain application throughput even when
             the underlying appender cannot keep up with the logging rate and 
the queue is filling up.
             See the details for system properties
-            <a 
href="configuration.html#AsyncQueueFullPolicy"><tt>log4j2.AsyncQueueFullPolicy</tt>
 and
+            <a 
href="configuration.html#log4j2.AsyncQueueFullPolicy"><tt>log4j2.AsyncQueueFullPolicy</tt>
 and
               <tt>log4j2.DiscardThreshold</tt></a>.
           </p>
           <p>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/93acc51b/src/site/xdoc/manual/async.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/async.xml b/src/site/xdoc/manual/async.xml
index 9762866..b772940 100644
--- a/src/site/xdoc/manual/async.xml
+++ b/src/site/xdoc/manual/async.xml
@@ -289,7 +289,7 @@
           There are also a few system properties that can be used to maintain 
application throughput even when
           the underlying appender cannot keep up with the logging rate and the 
queue is filling up.
           See the details for system properties
-          <a 
href="configuration.html#AsyncQueueFullPolicy"><tt>log4j2.AsyncQueueFullPolicy</tt>
 and
+          <a 
href="configuration.html#log4j2.AsyncQueueFullPolicy"><tt>log4j2.AsyncQueueFullPolicy</tt>
 and
             <tt>log4j2.DiscardThreshold</tt></a>.
         </p>
       </subsection>
@@ -417,7 +417,7 @@
           There are also a few system properties that can be used to maintain 
application throughput even when
           the underlying appender cannot keep up with the logging rate and the 
queue is filling up.
           See the details for system properties
-          <a 
href="configuration.html#AsyncQueueFullPolicy"><tt>log4j2.AsyncQueueFullPolicy</tt>
 and
+          <a 
href="configuration.html#log4j2.AsyncQueueFullPolicy"><tt>log4j2.AsyncQueueFullPolicy</tt>
 and
             <tt>log4j2.DiscardThreshold</tt></a>.
         </p>
       </subsection>

Reply via email to