always use ansi

This commit is contained in:
soruh 2023-03-19 14:28:30 +01:00
parent 4a191a5652
commit baf84555bd

View File

@ -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(),