Update live-tracing.md (#29712)
* Update live-tracing.md * Update live-tracing.md
This commit is contained in:
parent
93cdac2bb5
commit
22a057cf65
|
@ -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 --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 New Issue