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
Updated by François ARMAND over 4 years ago
With added info, previous message becomes:
Updated by François ARMAND over 4 years ago
- Status changed from New to In progress
Updated by François ARMAND over 4 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/3068
Updated by François ARMAND over 4 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|3fff1136f395c147b488ab10228003e2cf758934.
Updated by Vincent MEMBRÉ over 4 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 6.1.0~rc4 which was released today.
Actions