apache / jena

Apache Jena
https://jena.apache.org/
Apache License 2.0
1.09k stars 646 forks source link

Detailed error output in fuseki2 webapp #2162

Open rslangl opened 8 months ago

rslangl commented 8 months ago

Version

4.10.0

Feature

Just a minor suggestion, but when I want to upload files to my database via the webapp it simply states that an error occurred, if any. It would be convenient to have the error output from the log files in the fuseki2 web interface as well, so as to figure out why it failed from the UI rather than having to look up the log file every time this happens.

Are you interested in contributing a solution yourself?

Perhaps?

kinow commented 8 months ago

Sounds useful to me. Cannot recall if there was a reason for not logging, and it is also necessary to confirm if the error happened in the backend (e.g. if the UI validation fails, there may not have a request to the server).