Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit e247c53

Browse files
committed
Fix wording in README
1 parent c6465b5 commit e247c53

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ docker run duneanalytics/node-indexer --help
4444
Also, we mention some of the options here:
4545

4646
### Log level
47-
Use `LOG=debug` (`--log`) to emit more logs than the default `info` level. To emit less logs, use `warn`, or `error` (least).
47+
The `log` flag (environment variable `LOG`) controls the log level. Use `--log debug`/`LOG=debug` to emit more logs than the default `info` level. To emit less logs, use `warn`, or `error` (least).
4848

4949
### Tuning RPC concurrency
5050
The flag `--rpc-concurrency` (environment variable `RPC_CONCURRENCY`) specifies the number of threads (goroutines)
@@ -63,6 +63,7 @@ go run cmd/main.go ... --rpc-http-header header1:value1 --rpc-http-header header
6363

6464
Or with the environment variable `RPC_HTTP_HEADERS='header1:value1|header2:value2|...'`, i.e. a `|` separated list of pairs,
6565
where each pair is separated by `:` (make sure to quote the full string to avoid creating a pipe).
66+
6667
```
67-
docker run .--env RPC_HTTP_HEADERS='header1:value1|header2:value2' ... duneanalytics/node-indexer:<version>
68+
docker run --env RPC_HTTP_HEADERS='header1:value1|header2:value2' ... duneanalytics/node-indexer:<version>
6869
```

0 commit comments

Comments
 (0)