mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-12-09 21:16:15 -05:00
Add system info to logs
This commit is contained in:
parent
cf46a5d232
commit
f700c427a6
3 changed files with 11 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue