cargo-valgrind icon indicating copy to clipboard operation
cargo-valgrind copied to clipboard

Passing environment variables

Open jkcoxson opened this issue 1 year ago • 0 comments

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?

jkcoxson avatar Jul 11 '22 03:07 jkcoxson