[jboss-jira] [JBoss JIRA] (LOGMGR-138) Better handle of stack trace truncation

David Lloyd (JIRA) issues at jboss.org
Tue Jun 7 11:05:00 EDT 2016


David Lloyd created LOGMGR-138:
----------------------------------

             Summary: Better handle of stack trace truncation
                 Key: LOGMGR-138
                 URL: https://issues.jboss.org/browse/LOGMGR-138
             Project: JBoss Log Manager
          Issue Type: Feature Request
            Reporter: David Lloyd
            Priority: Minor


When a maximum depth is configured in a stack trace format step, it simply truncates at that length.

It would be nice to see at least one of the following:
* Append a message saying "(1234 additional frames truncated)" at the bottom of the stack trace
* (Provide the option to) truncate from the middle rather than the end - so that if you limit the stack to 100 elements, and you're rendering a 4129 frame stack, it prints the first 50, then "(4029 additional frames truncated)", then the last 50
* If stack frame repeat suppression is enabled, it shouldn't count against the total



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list