Remove mention of RUST_BACKTRACE

See also https://github.com/hrkfdn/ncspot/pull/988#issuecomment-1320562882
This commit is contained in:
Henrik Friedrichsen
2022-11-18 22:49:44 +01:00
parent e15657ae67
commit 5c1fe9331a

View File

@@ -132,7 +132,7 @@ On Linux, you also need:
For debugging, you can pass a debug log filename:
```sh
RUST_BACKTRACE=full cargo run -- -d debug.log
cargo run -- -d debug.log
```
If ncspot has crashed you can find the latest backtrace at `~/.cache/ncspot/backtrace.log`.