Repository: logging-log4j2 Updated Branches: refs/heads/master 24fc7ae53 -> 913ed21b4
[LOG4J2-956] Manual refers to Route "AppenderRef" attribute, should be "ref". Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/913ed21b Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/913ed21b Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/913ed21b Branch: refs/heads/master Commit: 913ed21b4178cd59a61ce9bdfe56058cab26df6a Parents: 24fc7ae Author: Gary Gregory <[email protected]> Authored: Fri Feb 20 15:43:41 2015 -0800 Committer: Gary Gregory <[email protected]> Committed: Fri Feb 20 15:43:41 2015 -0800 ---------------------------------------------------------------------- src/site/xdoc/manual/appenders.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/913ed21b/src/site/xdoc/manual/appenders.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml index abe0c9a..037ecbb 100644 --- a/src/site/xdoc/manual/appenders.xml +++ b/src/site/xdoc/manual/appenders.xml @@ -2632,7 +2632,7 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity { can be configured as the default. </p> <p> - Each Route must reference an Appender. If the Route contains an AppenderRef attribute then the + Each Route must reference an Appender. If the Route contains a ref attribute then the Route will reference an Appender that was defined in the configuration. If the Route contains an Appender definition then an Appender will be created within the context of the RoutingAppender and will be reused each time a matching Appender name is referenced through a Route.
