Repository: logging-log4j2
Updated Branches:
  refs/heads/master 87026a9d3 -> c0cb21e8a


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/master
Commit: c0cb21e8aed2389e72f38392ea52daacf6f3cd23
Parents: 87026a9
Author: Mikael StÃ¥ldal <[email protected]>
Authored: Fri Aug 12 13:00:55 2016 +0200
Committer: Mikael StÃ¥ldal <[email protected]>
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>

Reply via email to