You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rp...@apache.org on 2014/09/19 18:52:05 UTC

git commit: LOG4J2-785 Fixed capitalization inconsistency in user manual example config

Repository: logging-log4j2
Updated Branches:
  refs/heads/master b4ad64f3d -> d87f7ff02


LOG4J2-785 Fixed capitalization inconsistency in user manual example
config

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

Branch: refs/heads/master
Commit: d87f7ff02cddaa56566edef1f806f70a4acace68
Parents: b4ad64f
Author: rpopma <rp...@apache.org>
Authored: Sat Sep 20 01:52:11 2014 +0900
Committer: rpopma <rp...@apache.org>
Committed: Sat Sep 20 01:52:11 2014 +0900

----------------------------------------------------------------------
 src/changes/changes.xml            | 3 +++
 src/site/xdoc/manual/appenders.xml | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d87f7ff0/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 274a31d..ed590bd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -24,6 +24,9 @@
   </properties>
   <body>
     <release version="2.1" date="2014-??-??" description="Bug fixes and enhancements">
+      <action issue="LOG4J2-785" dev="rpopma" type="fix">
+        Fixed capitalization inconsistency in user manual example config.
+      </action>
       <action issue="LOG4J2-829" dev="rpopma" type="fix">
         Fixed issue in RollingFile filePattern: backslashes are path separators, not escape characters.
       </action>

http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/d87f7ff0/src/site/xdoc/manual/appenders.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/appenders.xml b/src/site/xdoc/manual/appenders.xml
index 9512561..a94799f 100644
--- a/src/site/xdoc/manual/appenders.xml
+++ b/src/site/xdoc/manual/appenders.xml
@@ -122,7 +122,7 @@
   <Appenders>
     <File name="MyFile" fileName="logs/app.log">
       <PatternLayout>
-        <Pattern>%d %p %c{1.} [%t] %m%n</pattern>
+        <Pattern>%d %p %c{1.} [%t] %m%n</Pattern>
       </PatternLayout>
     </File>
     <Async name="Async">