Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.2.0
-
None
Description
Provide a generic and extendable solution to capture request (error or otherwise) processing diagnostics state in such a way its suitable both for showing it (partly) to the client browser and write to a log (file, database, JIRA or elsewhere).
The RequestDiagnostics should be identifiable, also to the end user, to allow it to be used as basis for (error) ticketing where the administrators can lookup the related and more detailed diagnostics logged.
The basic initial implementation will already be used to handle action or resource request errors, to solve JS2-947.
In the future, this feature can be expanded to also cover render request and/or any other internal diagnostics reporting.