cargo-valgrind
cargo-valgrind copied to clipboard
Passing environment variables
Hello, thank your for your project.
I am encountering an issue where my program relies on the crate env_logger. It will respect my session's RUST_LOG
variable and what logs to show, but this program seems to be ignoring the variable.
When spawning a new process, could cargo-valgrind move the environment variables over to the child so that I can control the logger?