quick hack to copy new log configuration over old one

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5565 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 16 years ago
parent d3e33fd6c1
commit 180fe81ef7

@ -186,7 +186,7 @@ public final class yacy {
f = new File(homePath, "DATA/LOG/");
mkdirsIfNeseccary(f);
f = new File(homePath, "DATA/LOG/yacy.logging");
if (!f.exists()) try {
/*if (!f.exists())*/ try {
FileUtils.copy(new File(homePath, "yacy.logging"), f);
} catch (final IOException e){
System.out.println("could not copy yacy.logging");

Loading…
Cancel
Save