Actions
Bug #17684
closedBug #17683: Error in technique editor "could not get generic method metadata" after upgrade from 6.0
Add exception info when a system error occure
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
In a lot of place, we don't have the system error that produce an error, making thing very hard to understand, like in parent task.
The reason is that when we switch from SystemError
to Box
, we translate the exception into rootException
but that part of info is seldom use in rudder.
We should just add that info every time in the log message directly.
Files
Actions