Update default prefix in java client.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 18 Mar 2013 14:25:26 +0000 (15:25 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Mon, 18 Mar 2013 14:25:26 +0000 (15:25 +0100)
org.glite.lb.client-java/src/org/glite/lb/ContextIL.java

index 6199739..9329e24 100644 (file)
@@ -47,7 +47,7 @@ public class ContextIL extends Context {
      * Creates new instance of ContextIL.
      */
     public ContextIL() {
-       this.prefix = "/var/glite/log/dglogd.log";
+       this.prefix = "/var/spool/glite/lb-locallogger/dglogd.log";
     }
 
     public ContextIL(String prefix) {