What version of Fuseki is this? If you are using a stable release build then the 2.x package names still apply
So replace org.apache with com.hp.hpl The log4j properties file in trunk represents the new 3.x package names for the as yet unreleased Jena 3 Rob On 01/07/2015 10:46, "Eugene Siow" <[email protected]> wrote: >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/s >rc/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!
