From 375837f77a374d2076eb0729a7fee4b6ca6f29c8 Mon Sep 17 00:00:00 2001 From: jack Date: Tue, 11 Dec 2018 15:27:45 +0100 Subject: [PATCH] removing unnecessary instructions on logging --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index eb68be2..4673d3d 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ Install and compile *(tested with Fuseki 3.8.0)* ------------------- 1. ensure you have OpenJDK 8 or later correctly installed 2. download and extract [Apache Fuseki 2](https://jena.apache.org/download/#apache-jena-fuseki) on directory `./fuseki` - - enable runSPARQL logging (optional but recommended for debugging): `cp -i config/log4j.properties fuseki/run/` 3. compile runSPARQL Java source code: `./compile` 4. run fuseki: `./run-fuseki` *(this will use settings in `./config/config.ttl`)*