In the current implementation, the link field in an error element simply points to the URI of the framework log file.
A potential improvement is making the link point to a resource to expose the log file, with filters that could correspond to specific errors or error classes:
{ "data": {}, "errors": [ { "status": 404, "type": "string", "message": "string", "link": "file:/somedirectory/CytoscapeConfiguration/3/framework-cytoscape.log" } ] }
In the current implementation, the link field in an error element simply points to the URI of the framework log file.
A potential improvement is making the link point to a resource to expose the log file, with filters that could correspond to specific errors or error classes:
GET /v1/log?marker=error1234