1
Fork 0

README.md: Fix logging environment variable name

This commit is contained in:
Paul Lietar 2016-10-31 16:37:54 +00:00 committed by GitHub
parent c148d887e3
commit 9ffc43e639

View file

@ -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`.