You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2015/09/27 20:41:17 UTC

[25/50] [abbrv] logging-log4j2 git commit: Format.

Format.


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

Branch: refs/heads/LOG4J2-1136
Commit: 20b8bc9df936cab7cea0a1c19fdc6c34f02ee1b4
Parents: 6c326a9
Author: ggregory <gg...@apache.org>
Authored: Thu Sep 24 01:12:31 2015 -0700
Committer: Ralph Goers <rg...@nextiva.com>
Committed: Sun Sep 27 10:47:29 2015 -0700

----------------------------------------------------------------------
 src/changes/changes.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/20b8bc9d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 629fb60..ff8f590 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,7 +28,8 @@
         Allow PatternLayout to select a pattern to use based on some selection criteria.
       </action>
       <action issue="LOG4J2-1127" dev="ggregory" type="fix">
-        log4j2.xml cannot be parsed on Oracle Weblogic 12c</action>
+        log4j2.xml cannot be parsed on Oracle Weblogic 12c
+      </action>
       <action issue="LOG4J2-1128" dev="ggregory" type="update">
         Reuse StringBuilder to improve performance for String-based layouts: CSV, GELF, HTML, RFC524, Syslog.
       </action>