diff options
| author | lcnr <rust@lcnr.de> | 2024-05-21 18:01:16 +0000 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2024-05-30 15:26:48 +0200 |
| commit | 97d2c3a6a738c019ba59d884a7233ca53ee4f28c (patch) | |
| tree | db85ea33d5e1b932c506adad890a7ec71d8533a1 /compiler/rustc_log/src | |
| parent | f3ff2f16c8f59fe5db9ec3382e4d2cc913e376a3 (diff) | |
| download | rust-97d2c3a6a738c019ba59d884a7233ca53ee4f28c.tar.gz rust-97d2c3a6a738c019ba59d884a7233ca53ee4f28c.zip | |
remove tracing tree indent lines
Diffstat (limited to 'compiler/rustc_log/src')
| -rw-r--r-- | compiler/rustc_log/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_log/src/lib.rs b/compiler/rustc_log/src/lib.rs index e11c45b66e6..41b26ecce3c 100644 --- a/compiler/rustc_log/src/lib.rs +++ b/compiler/rustc_log/src/lib.rs @@ -103,7 +103,6 @@ pub fn init_logger(cfg: LoggerConfig) -> Result<(), Error> { let mut layer = tracing_tree::HierarchicalLayer::default() .with_writer(io::stderr) - .with_indent_lines(true) .with_ansi(color_logs) .with_targets(true) .with_verbose_exit(verbose_entry_exit) |
