Skip to content
This repository was archived by the owner on Dec 10, 2022. It is now read-only.

Commit 97631aa

Browse files
committed
fix(readme): update the info how to run node with logs
1 parent 46e9699 commit 97631aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ cargo run --release
2020

2121
If you want to change default log level you can do it via setting `RUST_LOG`
2222
environment variable. For example, if you want to see all received and sent
23-
packets you can change log level to `trace` for `tox_node`:
23+
packets you can change log level to `trace` for `tox` crate:
2424

2525
```sh
26-
RUST_LOG=tox_node=trace cargo run --release
26+
RUST_LOG=tox=trace cargo run --release
2727
```
2828

2929
Also it's possible to use syslog via `--log-type` parameter.

0 commit comments

Comments
 (0)