mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-02 21:52:05 -04:00
log stack traces at warn or error level
This commit is contained in:
parent
8d55abe3b9
commit
50f3bd510a
42 changed files with 117 additions and 138 deletions
|
@ -75,7 +75,7 @@ public class SeedNodeMain extends ExecutableForAppWithP2p {
|
|||
seedNode = new SeedNode();
|
||||
UserThread.execute(this::onApplicationLaunched);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
log.error("Error launching seed node: {}\n", e.toString(), e);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue