removed overwriting of logging config

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

@ -185,7 +185,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