diff --git a/README.md b/README.md index e25fdf1ebf..3694f5278e 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,9 @@ Check the complete set of methods: cargo run --example ping_1d -- --serial-port /dev/ttyUSB0 ``` +> :truck: It's also possible to use `RUST_LOG` environment variable to change verbosity level +> `RUST_LOG=trace cargo run --example ping_common -- --serial-port /dev/ttyUSB0` +
Result