Opened 10 years ago
Closed 10 years ago
#1838 closed enhancement (fixed)
Error objects should be logged with stacktrace
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | trivial | Milestone: | BASE 3.3.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
There are a few place in the BASE code that uses try/catch to catch error. If the thrown error is an Error object it would be nice to log the stacktrace as well as the error message since this would help a lot when debugging.
Note:
See TracTickets
for help on using tickets.
(In [6526]) Fixes #1838: Error objects should be logged with stacktrace