diff --git a/build.xml b/build.xml index b43abec..1386f8f 100644 --- a/build.xml +++ b/build.xml @@ -149,7 +149,12 @@ - + + + + + + @@ -158,6 +163,9 @@ + + + diff --git a/src/lucandra/CassandraUtils.java b/src/lucandra/CassandraUtils.java index 7d58f7d..ad6b477 100644 --- a/src/lucandra/CassandraUtils.java +++ b/src/lucandra/CassandraUtils.java @@ -123,7 +123,7 @@ public class CassandraUtils // 10 seconds. static { - String config = System.getProperty("log4j.configuration", "log4j-server.properties"); + String config = System.getProperty("log4j.configuration", "log4j.properties"); URL configLocation = null; try {