mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
37dc2dfada
9348: output to log file if RA_LOG_FILE is defined in environment r=rezural a=rezural This adds a check for RA_LOG_FILE, and logs to that if defined. It currently overrides flags.log_file. If this is undesirable, I will add a check. Co-authored-by: rezural <rezural@protonmail.com>