Skip to content

Option to make tracing rustup commands easier #13

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

Merged
merged 1 commit into from
Sep 20, 2022
Merged

Option to make tracing rustup commands easier #13

merged 1 commit into from
Sep 20, 2022

Conversation

danielparks
Copy link
Owner

This module now outputs the commands being executed (e.g.
/home/user/.cargo/bin/rustup toolchain install stable) at the info
logging level (enabled by --verbose) when the RUSTUP_TRACE
environment variable is set.

It makes it easier to see what’s going on under the hood without
enabling all debugging messages.

This module now outputs the commands being executed (e.g.
`/home/user/.cargo/bin/rustup toolchain install stable`) at the info
logging level (enabled by `--verbose`) when the `RUSTUP_TRACE`
environment variable is set.

It makes it easier to see what’s going on under the hood without
enabling all debugging messages.
@danielparks danielparks merged commit f405dac into main Sep 20, 2022
@danielparks danielparks deleted the trace branch September 20, 2022 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant