log4j.rootLogger=INFO, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d{HH:mm:ss} %-5p - %-20c{1} :: %m%n # Joseki server logging log4j.logger.org.joseki=INFO # Jena, including the Joseki client log4j.logger.com.hp.hpl.jena=WARN log4j.logger.org.mortbay=WARN ## log4j.logger.com.hp.hpl.jena.util.FileManager=ALL ## log4j.logger.com.hp.hpl.jena.util.LocatorURL=ALL ## log4j.logger.com.hp.hpl.jena.util.LocatorClassLoader=ALL ## log4j.logger.com.hp.hpl.jena.util.LocatorFile=ALL ## log4j.logger.com.hp.hpl.jena.util.LocationMapper=ALL # TDB log4j.logger.com.hp.hpl.jena.tdb=INFO ## General information about this instantiation ## General information at level DEBUG log4j.logger.com.hp.hpl.jena.tdb.info=INFO ## Logger for execution details. ## Need to switch on with the dynamic switch ## "TDB.setExecutionLogging(true)" as well. log4j.logger.com.hp.hpl.jena.tdb.exec=INFO