mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 11:16:11 -04:00
Add stress test flag to log flag
This commit is contained in:
parent
e405d0e400
commit
c9ee088962
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public class BitsquareApp extends Application {
|
||||||
log.info("Log files under: " + logPath);
|
log.info("Log files under: " + logPath);
|
||||||
Version.printVersion();
|
Version.printVersion();
|
||||||
Utilities.printSysInfo();
|
Utilities.printSysInfo();
|
||||||
Log.setLevel(!DevFlags.IS_RELEASE_VERSION);
|
Log.setLevel(!DevFlags.IS_RELEASE_VERSION && !DevFlags.STRESS_TEST_MODE);
|
||||||
|
|
||||||
UserThread.setExecutor(Platform::runLater);
|
UserThread.setExecutor(Platform::runLater);
|
||||||
UserThread.setTimerClass(UITimer.class);
|
UserThread.setTimerClass(UITimer.class);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue