fast-school-44220
12/31/2025, 7:27 PMstdin RFE that I requested. This is my first time crossing into the Rust domain. Somehow I introduced a hang. I've added a bunch of debug! calls, but I can't figure out how to enable them when running under pants test. I did add RUST_LOG=debug into the extra_env_vars of the [test] section in pants.toml but that didn't do it. And just setting it on the command line doesn't work either. Any suggestions on where I should set it?fast-nail-55400
12/31/2025, 8:33 PMRUST_LOG when invoking Pants, e.g. RUST_LOG=debug ./pants -ldebug --log-show-rust-3rdparty ...fast-nail-55400
12/31/2025, 8:33 PMfast-nail-55400
12/31/2025, 8:34 PMfast-nail-55400
12/31/2025, 8:36 PMRuleRunner, you may need to pass parameters via .set_options.fast-school-44220
01/03/2026, 12:27 AM