mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-04-23 00:27:06 +08: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
|
||||
.with_file(false)
|
||||
.with_line_number(false)
|
||||
.with_ansi(true)
|
||||
.with_filter(filter_fn(is_log))
|
||||
.boxed()
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user