mirror of
https://github.com/openai/codex.git
synced 2026-02-01 22:47:52 +00:00
Disable ansi codes in tui log file (#7836)
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user