I'm trying to enable ARQ logging on my fuseki2 server. I have added the following lines to my log4j.properties file in my FUSEKI_BASE directory (/run/): log4j.logger.org.apache.jena.arq.info=INFO log4j.logger.org.apache.jena.arq.exec=INFO
Fuseki is using the log4j.properties file as I can make changes to other properties like console appending, etc. However, when I issue queries, I don't seem to get any additional ARQ execution logging. I am using a log4j.properties modified from this one: https://github.com/apache/jena/blob/master/jena-fuseki2/jena-fuseki-core/src/main/resources/org/apache/jena/fuseki/log4j.properties This page: https://jena.apache.org/documentation/query/logging.html says that 'A Fuseki <https://jena.apache.org/documentation/serving/data/index.html> server output can include ARQ execution logging <https://jena.apache.org/documentation/query/explain.html>.' So I'm wondering what I'm doing wrong? Thanks!
