diff --git a/src/main.rs b/src/main.rs index 0d24de1..d882f5f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -172,6 +172,7 @@ fn main() -> anyhow::Result<()> { .with( fmt::layer() .with_target(true) + .with_ansi(true) .with_timer(fmt::time::OffsetTime::new( *TIME_ZONE_OFFSET.get().unwrap(), TIME_FORMAT.get().unwrap(),