Browse Source

add the param: jdchain.log;

tags/1.1.2^2
zhaoguangwei 4 years ago
parent
commit
cc531006d7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/initializer/LedgerInitializeWeb4Nodes.java

+ 1
- 0
source/test/test-integration/src/test/java/test/com/jd/blockchain/intgr/initializer/LedgerInitializeWeb4Nodes.java View File

@@ -53,6 +53,7 @@ public class LedgerInitializeWeb4Nodes {
System.setProperty("peer.log", path);
System.setProperty("init.log", path);
System.setProperty("gateway.log", path);
System.setProperty("jdchain.log", path);
} catch (Exception e) {
e.printStackTrace();
}


Loading…
Cancel
Save