KTSTR_LOG_PASSES_ENV

Constant KTSTR_LOG_PASSES_ENV 

Source
pub const KTSTR_LOG_PASSES_ENV: &str = "KTSTR_LOG_PASSES";
Expand description

Name of the environment variable that opts into per-assertion PASS logging in the verdict pipeline. Read once per call at crate::assert::claim::Verdict::new via the log_passes_default helper in src/assert/claim.rs: the reader is !(v.is_empty() || v == "0"), so empty and the literal "0" disable; any other value ("1", "true", "yes", even "false" because it isn’t "0") enables. Unset → disabled. Default-off keeps the PASS path unallocated under normal runs.