danielparks / puppet-rustup

Puppet module to manage Rust with rustup
https://forge.puppet.com/modules/dp/rustup/readme
Other
0 stars 0 forks source link

Option to make tracing rustup commands easier #13

Closed danielparks closed 2 years ago

danielparks commented 2 years ago

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.