We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bdae9e commit d282acaCopy full SHA for d282aca
compiler/rustc_driver/src/lib.rs
@@ -1286,7 +1286,7 @@ pub fn init_env_logger(env: &str) {
1286
let filter = tracing_subscriber::EnvFilter::from_env(env);
1287
let layer = tracing_tree::HierarchicalLayer::default()
1288
.with_indent_lines(true)
1289
- .with_ansi(true)
+ .with_ansi(stdout_isatty())
1290
.with_targets(true)
1291
.with_thread_ids(true)
1292
.with_thread_names(true)
0 commit comments