Disable ansi codes in tui log file (#7836)
This commit is contained in:
parent
bfb4d5710b
commit
eb2e5458cc
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ pub async fn run_main(
|
|||
let file_layer = tracing_subscriber::fmt::layer()
|
||||
.with_writer(non_blocking)
|
||||
.with_target(false)
|
||||
.with_ansi(false)
|
||||
.with_span_events(tracing_subscriber::fmt::format::FmtSpan::CLOSE)
|
||||
.with_filter(env_filter());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue