You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2016/09/14 05:57:11 UTC

logging-log4j2 git commit: [LOG4J2-1578] RoutingAppender can be configured with scripts. Fix example.

Repository: logging-log4j2
Updated Branches:
  refs/heads/master c836f4398 -> f6040c721


[LOG4J2-1578] RoutingAppender can be configured with scripts. Fix
example.

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

Branch: refs/heads/master
Commit: f6040c7211470a22c0593e3fb5e3938ef285fa8e
Parents: c836f43
Author: Gary Gregory <gg...@apache.org>
Authored: Tue Sep 13 22:57:08 2016 -0700
Committer: Gary Gregory <gg...@apache.org>
Committed: Tue Sep 13 22:57:08 2016 -0700

----------------------------------------------------------------------
 src/site/xdoc/manual/appenders.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f6040c72/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index 8d984de..aca7d5d 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -3341,10 +3341,10 @@ public class JpaLogEntity extends AbstractLogEventWrapperEntity {
         System.getProperty("os.name").search("Windows") > -1 ? "ServiceWindows" : "ServiceOther";]]]]><![CDATA[>
       </Script>
       <Routes>
-        <Route key="Service1">
+        <Route key="ServiceOther">
           <List name="List1" />
         </Route>
-        <Route key="Service2">
+        <Route key="ServiceWindows">
           <List name="List2" />
         </Route>
       </Routes>