Skip to content

Commit

Permalink
Increase eos-evm-node verbosity for debugging workflow in cicd.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 26, 2023
1 parent 12d4576 commit 166bf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/leap/nodeos_eos_evm_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ def makeReservedEvmAddress(account):
os.makedirs(dataDir)
outFile = open(nodeStdOutDir, "w")
errFile = open(nodeStdErrDir, "w")
cmd = "%s/cmd/eos-evm-node --plugin=blockchain_plugin --ship-endpoint=127.0.0.1:8999 --genesis-json=%s --chain-data=%s --verbosity=5 --nocolor=1 --plugin=rpc_plugin --eos-evm-node=127.0.0.1:8080 --http-port=0.0.0.0:8881 --api-spec=eth,debug,net,trace --chaindata=%s" % (eosEvmBuildRoot, gensisJson, dataDir, dataDir)
cmd = "%s/cmd/eos-evm-node --plugin=blockchain_plugin --ship-endpoint=127.0.0.1:8999 --genesis-json=%s --chain-data=%s --verbosity=9 --nocolor=1 --plugin=rpc_plugin --eos-evm-node=127.0.0.1:8080 --http-port=0.0.0.0:8881 --api-spec=eth,debug,net,trace --chaindata=%s" % (eosEvmBuildRoot, gensisJson, dataDir, dataDir)
Utils.Print("Launching: %s" % cmd)
evmNodePOpen=Utils.delayedCheckOutput(cmd, stdout=outFile, stderr=errFile)

Expand Down

0 comments on commit 166bf93

Please sign in to comment.