log_file

Function log_file 

Source
pub fn log_file(idx: usize) -> PathBuf
Expand description

Path to the current test’s $CARGO_LOG file

ex: $CARGO_TARGET_TMPDIR/cit/t0/home/.cargo/log/<id>.jsonl

This also asserts the number of log files is exactly the same as idx + 1.