mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 06:55:08 +01:00
Fix log at startup
This commit is contained in:
parent
b09ebdeeba
commit
012c54cf02
2 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ import sun.misc.Signal;
|
|||
public class CommonSetup {
|
||||
|
||||
public static void setup(Config config, GracefulShutDownHandler gracefulShutDownHandler) {
|
||||
AsciiLogo.showAsciiLogo();
|
||||
setupLog(config);
|
||||
AsciiLogo.showAsciiLogo();
|
||||
Version.setBaseCryptoNetworkId(config.baseCurrencyNetwork.ordinal());
|
||||
Version.printVersion();
|
||||
maybePrintPathOfCodeSource();
|
||||
|
|
|
@ -41,7 +41,7 @@ public class SeedNodeMain extends ExecutableForAppWithP2p {
|
|||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
log.info("SeedNode.VERSION: " + VERSION);
|
||||
System.out.println("SeedNode.VERSION: " + VERSION);
|
||||
new SeedNodeMain().execute(args);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue