Add system info to logs

This commit is contained in:
Manfred Karrer 2016-04-23 01:58:52 +02:00
parent cf46a5d232
commit f700c427a6
3 changed files with 11 additions and 3 deletions

View file

@ -101,8 +101,8 @@ public class BitsquareApp extends Application {
String logPath = Paths.get(env.getProperty(BitsquareEnvironment.APP_DATA_DIR_KEY), "bitsquare").toString();
Log.setup(logPath, !IS_RELEASE_VERSION);
log.info("Log files under: " + logPath);
Version.printVersion();
Utilities.printSysInfo();
UserThread.setExecutor(Platform::runLater);
UserThread.setTimerClass(UITimer.class);