turn off ansi for file log (#2110)

Co-authored-by: KKRainbow <443152178@qq.com>
This commit is contained in:
Luna Yao
2026-04-15 13:38:27 +02:00
committed by GitHub
parent 3a4ac59467
commit 3687519ef3
-1
View File
@@ -76,7 +76,6 @@ macro_rules! log_layer {
$layer
.with_file(false)
.with_line_number(false)
.with_ansi(true)
.with_filter(filter_fn(is_log))
.boxed()
};