Repository: logging-log4j2 Updated Branches: refs/heads/master 403bccddd -> 88980b017
[LOG4J2-1126] Site fixes/improvements for 2.4 release. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/88980b01 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/88980b01 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/88980b01 Branch: refs/heads/master Commit: 88980b017bc23d2e687521cc0812f752c73dffc0 Parents: 403bccd Author: ggregory <[email protected]> Authored: Mon Sep 21 14:47:06 2015 -0700 Committer: ggregory <[email protected]> Committed: Mon Sep 21 14:47:06 2015 -0700 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/88980b01/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index 8127673..9416fa8 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -1250,9 +1250,9 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { <td>layout</td> <td>Layout</td> <td> - The Layout to use to format the LogEvent. If you do not specify a layout, - if not specified the <a class="javadoc" href="http://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/message/Message.html#getFormattedMessage())">formatted message</a> - as an UTF-8 encoded string will be sent to Kafka. + The Layout to use to format the LogEvent. If you do not specify a layout, the appender will send the + <a class="javadoc" href="http://logging.apache.org/log4j/2.x/log4j-api/apidocs/org/apache/logging/log4j/message/Message.html#getFormattedMessage())">formatted message</a> + to Kafka as a UTF-8 encoded string. </td> </tr> <tr>
