Repository: logging-log4j2 Updated Branches: refs/heads/LOG4J2-431 2407d85bf -> eb34813e8
LOG4J2-431 layout improvement Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/eb34813e Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/eb34813e Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/eb34813e Branch: refs/heads/LOG4J2-431 Commit: eb34813e81eb45af8fbe0892fe2a501b32dfdfe2 Parents: 2407d85 Author: rpopma <[email protected]> Authored: Thu Sep 18 01:08:05 2014 +0900 Committer: rpopma <[email protected]> Committed: Thu Sep 18 01:08:05 2014 +0900 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/eb34813e/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index 8a9c9b2..10e811b 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -1392,8 +1392,9 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { <p>The default for this parameter is <code>false</code>. This means that the data is written to the storage device even if the Java process crashes, but there may be data loss if the - operating system crashes. Note that manually forcing a sync on every - log event loses most of the performance benefits of using a memory mapped file.</p> + operating system crashes.</p> + <p>Note that manually forcing a sync on every log event loses most + of the performance benefits of using a memory mapped file.</p> <p>Flushing after every write is only useful when using this appender with synchronous loggers. Asynchronous loggers and appenders will automatically flush at the end of a batch of events,
