Add stress test flag to log flag

This commit is contained in:
Manfred Karrer 2016-06-09 18:39:50 +02:00
parent e405d0e400
commit c9ee088962

View File

@ -102,7 +102,7 @@ public class BitsquareApp extends Application {
log.info("Log files under: " + logPath);
Version.printVersion();
Utilities.printSysInfo();
Log.setLevel(!DevFlags.IS_RELEASE_VERSION);
Log.setLevel(!DevFlags.IS_RELEASE_VERSION && !DevFlags.STRESS_TEST_MODE);
UserThread.setExecutor(Platform::runLater);
UserThread.setTimerClass(UITimer.class);