mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 03:03:40 +00:00
re-enable backtraces on panic
This commit is contained in:
parent
257a15b939
commit
24703acf26
@ -6,8 +6,7 @@ use ra_lsp_server::{Result, InitializationOptions};
|
||||
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()?,
|
||||
|
Loading…
Reference in New Issue
Block a user