eclipse-rdf4j / rdf4j

Eclipse RDF4J: scalable RDF for Java
https://rdf4j.org/
BSD 3-Clause "New" or "Revised" License
361 stars 163 forks source link

SHACL - Improve logging #5027

Closed hmottestad closed 3 months ago

hmottestad commented 3 months ago

The ShaclSail has some very useful logging options already that give great insight into what is happening. These are usually configured through the sail and log at the info level.

It would be useful to add some more detailed logging using the debug level that users can enable through their logging config directly for a particular class.