diff --git a/.gitignore b/.gitignore index ce1730f2ecc..032edd6ccf8 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,8 @@ tooling/ef_tests/state/runner_v2/success_report.txt tooling/reorgs/data +tooling/sync/logs/ + # Repos checked out by make target /hive/ ethereum-package/ diff --git a/tooling/sync/Makefile b/tooling/sync/Makefile index f12ba77cd85..298db9c01b1 100644 --- a/tooling/sync/Makefile +++ b/tooling/sync/Makefile @@ -58,7 +58,7 @@ ifndef SYNC_BLOCK_NUM endif # samply record --unstable-presymbolicate --save-only -- mkdir -p logs - make start-ethrex-$(NETWORK) >> ./logs/ethrex-sync-$(NETWORK)-$(EVM).log + make start-ethrex >> ./logs/ethrex-sync-$(NETWORK)-$(EVM).log flamegraph-main: ## Run flamegraph on main branch. SYNC_BLOCK_NUM environment variable required (for block to start from). If NETWORK environment variable is not provided, mainnet will be used as default. EVM can also be set to select the evm to use. Execution logs are output to log file.