You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by mi...@apache.org on 2017/05/02 15:24:12 UTC

logging-log4j2 git commit: Remove parameter which shouldn't be there

Repository: logging-log4j2
Updated Branches:
  refs/heads/master 3982965d4 -> 8852cd163


Remove parameter which shouldn't be there


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

Branch: refs/heads/master
Commit: 8852cd1639444dd5f697052a51daf43e677436b0
Parents: 3982965
Author: Mikael Ståldal <mi...@magine.com>
Authored: Tue May 2 17:23:58 2017 +0200
Committer: Mikael Ståldal <mi...@magine.com>
Committed: Tue May 2 17:23:58 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/8852cd16/src/site/xdoc/manual/layouts.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/layouts.xml.vm b/src/site/xdoc/manual/layouts.xml.vm
index 1020b9f..72a3e5f 100644
--- a/src/site/xdoc/manual/layouts.xml.vm
+++ b/src/site/xdoc/manual/layouts.xml.vm
@@ -1900,12 +1900,6 @@ at org.apache.logging.log4j.core.pattern.ExtendedThrowableTest.testException(Ext
                 a StructuredDataMessage the id from the Message will be used instead of this value.</td>
             </tr>
             <tr>
-              <td>immediateFlush</td>
-              <td>boolean</td>
-              <td>When set to true, each write will be followed by a flush. This will guarantee the data is written
-                to disk but could impact performance.</td>
-            </tr>
-            <tr>
               <td>includeMDC</td>
               <td>boolean</td>
               <td>Indicates whether data from the ThreadContextMap will be included in the RFC 5424 Syslog record.