From 3687519ef3c0aafe5a49d7e480fcaffc38116f53 Mon Sep 17 00:00:00 2001 From: Luna Yao <40349250+ZnqbuZ@users.noreply.github.com> Date: Wed, 15 Apr 2026 13:38:27 +0200 Subject: [PATCH] turn off ansi for file log (#2110) Co-authored-by: KKRainbow <443152178@qq.com> --- easytier/src/common/log.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/easytier/src/common/log.rs b/easytier/src/common/log.rs index 5657aa9b..dceab889 100644 --- a/easytier/src/common/log.rs +++ b/easytier/src/common/log.rs @@ -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() };