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

[19/50] logging-log4j2 git commit: [LOG4J2-1357] Option to not log stack traces for logged Throwables in GelfLayout. Fix typo.

[LOG4J2-1357] Option to not log stack traces for logged Throwables in
GelfLayout. Fix typo.

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

Branch: refs/heads/LOG4J-1181
Commit: 6dc663de3b8aff55bd9650078636d97dc8a5817c
Parents: 23b2b36
Author: ggregory <gg...@apache.org>
Authored: Mon May 2 14:32:15 2016 -0700
Committer: ggregory <gg...@apache.org>
Committed: Mon May 2 14:32:15 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/6dc663de/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 77e687d..cd32009 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,7 +31,7 @@
         Support merging configurations to for a composite configuration.
       </action>
       <action issue="LOG4J2-1357" dev="mikes" type="add">
-        Option to not log stacktraces for logged Throwables in GelfLayout.
+        Option to not log stack traces for logged Throwables in GelfLayout.
       </action>
       <action issue="LOG4J2-1375" dev="rpopma" type="update">
         Update SLF4J from 1.7.13 to 1.7.21.