-
Notifications
You must be signed in to change notification settings - Fork 531
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update logging section and explain RUSTC_LOG_COLOR
#997
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, left a few nits
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for writing this up!
Co-authored-by: Léo Lanteri Thauvin <leseulartichaut@gmail.com>
Should be ready for another review! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Yeah, so it looks like you need
RUSTC_LOG_COLOR
to color logs of parts of rustc that Miri calls. I should probably add a paragraph explaining that.
Do you want to do this in a follow-up?
See 930797d :) |
Oh, great, the comment was not marked as resolved, I thought you didn't resolve it. Merging then |
It was mistakenly not removed in rust-lang#997.
It was mistakenly not removed in rust-lang#997.
It was mistakenly not removed in #997.
Closes #991.
r? @jyn514