log YaCy version on startup

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6561 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 15 years ago
parent d77a8f3b3e
commit 0752634b8b

@ -196,6 +196,7 @@ public final class yacy {
System.out.println("could not find logging properties in homePath=" + homePath);
Log.logException(e);
}
Log.logConfig("STARTUP", "YaCy version: " + yacyBuildProperties.getVersion() + "/" + yacyBuildProperties.getSVNRevision());
Log.logConfig("STARTUP", "Java version: " + System.getProperty("java.version", "no-java-version"));
Log.logConfig("STARTUP", "Operation system: " + System.getProperty("os.name","unknown"));
Log.logConfig("STARTUP", "Application root-path: " + homePath);

Loading…
Cancel
Save