mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-05-07 10:14:35 +00:00
turn off ansi for file log (#2110)
Co-authored-by: KKRainbow <443152178@qq.com>
This commit is contained in:
@@ -76,7 +76,6 @@ macro_rules! log_layer {
|
|||||||
$layer
|
$layer
|
||||||
.with_file(false)
|
.with_file(false)
|
||||||
.with_line_number(false)
|
.with_line_number(false)
|
||||||
.with_ansi(true)
|
|
||||||
.with_filter(filter_fn(is_log))
|
.with_filter(filter_fn(is_log))
|
||||||
.boxed()
|
.boxed()
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user