afs commented on issue #1535:
URL: https://github.com/apache/jena/issues/1535#issuecomment-1250081554
You have to set the context setting as well as set the logger. This can be
on the executes jar, the server config, text dataset or base dataset
configurations.
```
ja:context [ ja:cxtName "arq:logExec" ; ja:cxtValue "true" ] ;
```
The `cxtValue` can also be a level - "info", "fine", "all"
The correct logger name is `org.apache.jena.arq.exec`.
Then works for me (4.6.0).
jena-text logs on `org.apache.jena.arq.info`.
Caution: The text dataset does not have a real context - it passes down to
the storage. Historical but changing will break some usage patterns.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]