README.md: Fix logging environment variable name
This commit is contained in:
parent
c148d887e3
commit
9ffc43e639
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ cargo run tests/run-pass/vecs.rs # Or whatever test you like.
|
|||
|
||||
## Debugging
|
||||
|
||||
You can get detailed, statement-by-statement traces by setting the `MIRI_RUN`
|
||||
You can get detailed, statement-by-statement traces by setting the `MIRI_LOG`
|
||||
environment variable to `trace`. These traces are indented based on call stack
|
||||
depth. You can get a much less verbose set of information with other logging
|
||||
levels such as `warn`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue