Opened at 2014-03-17T22:06:56Z
Last modified at 2014-03-17T22:09:27Z
#2198 new enhancement
make exception tracebacks easier to grok
Reported by: | daira | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | code-frontend | Version: | 1.10.0 |
Keywords: | usability error | Cc: | |
Launchpad Bug: |
Description
See #2116 for an example of a traceback involving three machines (the CLI, the gateway, and the storage server). The delimiters between parts of the traceback are not clear (and there are some very long lines which don't help). Make them clearer by adding markers at the start of each line.
Note: See
TracTickets for help on using
tickets.
Note that this ticket is concerned primarily with readability to developers. There's a separate issue about how to present errors to users without making them overcomplicated, but regardless of that, there should still be a way for developers to get the full nested traceback.