Remove mention of RUST_BACKTRACE
See also https://github.com/hrkfdn/ncspot/pull/988#issuecomment-1320562882
This commit is contained in:
@@ -132,7 +132,7 @@ On Linux, you also need:
|
|||||||
For debugging, you can pass a debug log filename:
|
For debugging, you can pass a debug log filename:
|
||||||
|
|
||||||
```sh
|
```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`.
|
If ncspot has crashed you can find the latest backtrace at `~/.cache/ncspot/backtrace.log`.
|
||||||
|
|||||||
Reference in New Issue
Block a user