mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
Update live-tracing.md
This commit is contained in:
parent
1a31507f2c
commit
3f8154e15a
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ Note-worthy explanations:
|
|||
First compile the source by running `make geth`. Then run the following command:
|
||||
|
||||
```bash
|
||||
./build/bin/geth --vmtrace supply --vmtrace.config '{"config": "supply-logs"}' [OTHER_GETH_FLAGS]
|
||||
./build/bin/geth --vmtrace supply --vmtrace.jsonconfig '{"config": "supply-logs"}' [OTHER_GETH_FLAGS]
|
||||
```
|
||||
|
||||
Soon you will see `supply-logs/supply.jsonl` file being populated with lines such as:
|
||||
|
|
|
|||
Loading…
Reference in a new issue