From 53077f583514528c042c2148c0e36e263fe0726b Mon Sep 17 00:00:00 2001 From: hydrox Date: Wed, 28 Jun 2006 09:04:53 +0000 Subject: [PATCH] *)fixed paths to yacy.logging git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2252 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/yacy.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/yacy.java b/source/yacy.java index f7a53121a..d2b619915 100644 --- a/source/yacy.java +++ b/source/yacy.java @@ -659,7 +659,7 @@ public final class yacy { */ public static void migrateWords(String homePath) { // run with "java -classpath classes yacy -migratewords" - try {serverLog.configureLogging(new File(homePath, "yacy.logging"));} catch (Exception e) {} + try {serverLog.configureLogging(new File(homePath, "DATA/LOG/yacy.logging"));} catch (Exception e) {} File dbroot = new File(new File(homePath), "DATA/PLASMADB"); serverLog log = new serverLog("WORDMIGRATION"); log.logInfo("STARTING MIGRATION"); @@ -699,7 +699,7 @@ public final class yacy { */ public static void minimizeUrlDB(String homePath, int dbcache) { // run with "java -classpath classes yacy -minimizeUrlDB" - try {serverLog.configureLogging(new File(homePath, "yacy.logging"));} catch (Exception e) {} + try {serverLog.configureLogging(new File(homePath, "DATA/LOG/yacy.logging"));} catch (Exception e) {} File dbroot = new File(new File(homePath), "DATA/PLASMADB"); serverLog log = new serverLog("URL-CLEANUP"); try { @@ -1071,7 +1071,7 @@ public final class yacy { serverLog log = new serverLog("HASHLIST"); File homeDBroot = new File(new File(homePath), "DATA/PLASMADB"); String wordChunkStartHash = "------------"; - try {serverLog.configureLogging(new File(homePath, "yacy.logging"));} catch (Exception e) {} + try {serverLog.configureLogging(new File(homePath, "DATA/LOG/yacy.logging"));} catch (Exception e) {} log.logInfo("STARTING CREATION OF RWI-HASHLIST"); File root = new File(homePath); try {