mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
re-enable backtraces on panic
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
use ra_prof;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
// re-enable and verify on windows after #1400
|
||||
// std::env::set_var("RUST_BACKTRACE", "short");
|
||||
std::env::set_var("RUST_BACKTRACE", "short");
|
||||
let logger = Logger::with_env_or_str("error").duplicate_to_stderr(Duplicate::All);
|
||||
match std::env::var("RA_LOG_DIR") {
|
||||
Ok(ref v) if v == "1" => logger.log_to_file().directory("log").start()?,
|
||||
|
||||
Reference in New Issue
Block a user