mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-04 19:47:02 -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);
|
||||
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…
Add table
Add a link
Reference in a new issue