You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2017/03/12 16:16:47 UTC

[1/3] logging-log4j2 git commit: Fixed doc issue LOG4J2-1840

Repository: logging-log4j2
Updated Branches:
  refs/heads/master f81feeeea -> 1e7dbd579


Fixed doc issue LOG4J2-1840


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

Branch: refs/heads/master
Commit: a04de0b8d8f53ecea8d206940d0ee475fa0e8d88
Parents: 164bb5c
Author: Pradeep Balasundaram <pb...@Pradeeps-MacBook-Pro.local>
Authored: Thu Mar 9 15:10:08 2017 -0800
Committer: Pradeep Balasundaram <pb...@Pradeeps-MacBook-Pro.local>
Committed: Thu Mar 9 15:10:08 2017 -0800

----------------------------------------------------------------------
 src/site/xdoc/manual/layouts.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a04de0b8/src/site/xdoc/manual/layouts.xml.vm
----------------------------------------------------------------------
diff --git a/src/site/xdoc/manual/layouts.xml.vm b/src/site/xdoc/manual/layouts.xml.vm
index 695c930..7203ce3 100644
--- a/src/site/xdoc/manual/layouts.xml.vm
+++ b/src/site/xdoc/manual/layouts.xml.vm
@@ -1211,7 +1211,7 @@ WARN  [main]: Message 2</pre>
               </td>
               <td>
                 <p>Replaces occurrences of 'regex', a regular expression, with its replacement 'substitution' in the
-                  string resulting from evaluation of the pattern. For example, "%replace(%msg}{\s}{}" will remove
+                  string resulting from evaluation of the pattern. For example, "%replace{%msg}{\s}{}" will remove
                   all spaces contained in the event message.
                 </p>
                 <p>The pattern can be arbitrarily complex and in particular can contain multiple conversion keywords.


[2/3] logging-log4j2 git commit: Merge commit 'refs/pull/65/head' of https://github.com/apache/logging-log4j2

Posted by ma...@apache.org.
Merge commit 'refs/pull/65/head' of https://github.com/apache/logging-log4j2


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

Branch: refs/heads/master
Commit: fd4ab95015efabad6383ad782e37e381a7462c23
Parents: f81feee a04de0b
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Mar 12 11:15:03 2017 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Mar 12 11:15:03 2017 -0500

----------------------------------------------------------------------
 src/site/xdoc/manual/layouts.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/fd4ab950/src/site/xdoc/manual/layouts.xml.vm
----------------------------------------------------------------------


[3/3] logging-log4j2 git commit: Add changelog entry for LOG4J2-1840

Posted by ma...@apache.org.
Add changelog entry for LOG4J2-1840

This closes #65.


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

Branch: refs/heads/master
Commit: 1e7dbd57917741a2304e6615f3fc0785bd0efb93
Parents: fd4ab95
Author: Matt Sicker <bo...@gmail.com>
Authored: Sun Mar 12 11:16:31 2017 -0500
Committer: Matt Sicker <bo...@gmail.com>
Committed: Sun Mar 12 11:16:31 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/1e7dbd57/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2a911c5..9a6abd0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,6 +31,9 @@
          - "remove" - Removed
     -->
     <release version="2.8.2" date="2017-MM-DD" description="GA Release 2.8.2">
+      <action issue="LOG4J2-1840" dev="mattsicker" type="fix" due-to="Pradeep Bala">
+        Fix typo in %replace converter documentation.
+      </action>
       <action issue="LOG4J2-1846" dev="mikes" type="fix">
         Handle when LogEvent.getLoggerName() returns null in LoggerNameLevelRewritePolicy.
       </action>