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 <[email protected]> Authored: Tue May 2 17:23:58 2017 +0200 Committer: Mikael Ståldal <[email protected]> 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.
