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() };