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 2016/08/12 12:12:34 UTC

[48/50] logging-log4j2 git commit: Clarify GelfLayout documentation

Clarify GelfLayout documentation


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

Branch: refs/heads/LOG4J2-1010&LOG4J2-1447-injectable-contextdata&better-datastructure
Commit: c0cb21e8aed2389e72f38392ea52daacf6f3cd23
Parents: 87026a9
Author: Mikael St�ldal <mi...@staldal.nu>
Authored: Fri Aug 12 13:00:55 2016 +0200
Committer: Mikael St�ldal <mi...@staldal.nu>
Committed: Fri Aug 12 13:00:55 2016 +0200

----------------------------------------------------------------------
 src/site/xdoc/manual/layouts.xml.vm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/c0cb21e8/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 0a5123b..8607604 100644
--- a/src/site/xdoc/manual/layouts.xml.vm
+++ b/src/site/xdoc/manual/layouts.xml.vm
@@ -230,7 +230,9 @@ logger.debug("one={}, two={}, three={}", 1, 2, 3);
             <tr>
               <td>includeStacktrace</td>
               <td>boolean</td>
-              <td>Whether to include full stacktrace of logged Throwables (optional, default to true)</td>
+              <td>Whether to include full stacktrace of logged Throwables (optional, default to true).
+                  If set to false, only the class name and message of the #javadoc('java/lang', 'Throwable')
+                  will be included.</td>
             </tr>
             <caption align="top">GELF Layout Parameters</caption>
           </table>