kbss-cvut / s-pipes

Tool for execution of RDF-based pipelines.
GNU Lesser General Public License v3.0
4 stars 5 forks source link

Improve logging for query parse error in ApplyConstructModule #241

Open blcham opened 2 months ago

blcham commented 2 months ago

Resolves #231

MSattrtand commented 2 months ago

I've changed all calls to ARQFactory.get().createCommandString() so they'll pass through our createQuery function everywhere. I have extended log outputs - they will now also show the Class and Method that call the createQuery function before it gets an exception. Log will now output query without prefixes.

blcham commented 2 months ago

LGTM, just please try to fulfill A/C (acceptance criteria) defined in https://github.com/kbss-cvut/s-pipes/issues/231#issue-2252047110 (i.e. I would like to see how it looks in the log)