Opened 19 years ago
Closed 19 years ago
#38 closed enhancement (fixed)
Store error information for a job
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | |
Keywords: | Cc: |
Description
If a job complets with an error, there is only a short status message field to store the error information in. This is not enough, since we can't store the entire stacktrace which would be useful.
It should be possible for a job to be associated with a list of error messages, ie. the message text and the stack trace for each error.
Note:
See TracTickets
for help on using tickets.
It was possible to store the stack trace in the status message field.