mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04:00
Add stress test flag to log flag
This commit is contained in:
parent
e405d0e400
commit
c9ee088962
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user