mirror of
https://github.com/italicsjenga/valence.git
synced 2025-01-11 07:11:30 +11:00
stderr
-> stdout
This commit is contained in:
parent
067d753267
commit
ddc74ef01d
|
@ -22,7 +22,7 @@ cargo r -r -p packet_inspector -- 127.0.0.1:25566 127.0.0.1:25565
|
|||
|
||||
The client must connect to `localhost:25566`. You should see the packets in `stdout`.
|
||||
|
||||
If you only want to see errors, direct `stderr` elsewhere.
|
||||
If you only want to see errors, direct `stdout` elsewhere.
|
||||
|
||||
```sh
|
||||
cargo r -r -p packet_inspector -- 127.0.0.1:25566 127.0.0.1:25565 > log.txt
|
||||
|
|
Loading…
Reference in a new issue