diff --git a/Makefile b/Makefile index 85704e345..9c9bf4241 100644 --- a/Makefile +++ b/Makefile @@ -121,7 +121,7 @@ clean_eth2_network_simulation_files: rm -rf tests/simulation/{data,validators} eth2_network_simulation: | build deps p2pd clean_eth2_network_simulation_files process_dashboard - + GIT_ROOT="$$PWD" NIMFLAGS="$(NIMFLAGS)" tests/simulation/start.sh + + GIT_ROOT="$$PWD" NIMFLAGS="$(NIMFLAGS)" LOG_LEVEL="$(LOG_LEVEL)" tests/simulation/start.sh clean-testnet0: rm -rf build/data/testnet0 diff --git a/scripts/launch_local_testnet.sh b/scripts/launch_local_testnet.sh index 6620f1f36..918f09eb2 100755 --- a/scripts/launch_local_testnet.sh +++ b/scripts/launch_local_testnet.sh @@ -24,13 +24,14 @@ if [ ${PIPESTATUS[0]} != 4 ]; then fi OPTS="ht:n:d:" -LONGOPTS="help,testnet:,nodes:,data-dir:,disable-htop" +LONGOPTS="help,testnet:,nodes:,data-dir:,disable-htop,log-level:" # default values TESTNET="1" NUM_NODES="10" DATA_DIR="local_testnet_data" USE_HTOP="1" +LOG_LEVEL="DEBUG" print_help() { cat <