diff --git a/src/main.rs b/src/main.rs index 0d3c13a..f075668 100644 --- a/src/main.rs +++ b/src/main.rs @@ -35,6 +35,7 @@ static CONFLICT_MATCHER: LazyLock = LazyLock::new(|| { fn main() -> anyhow::Result<()> { // Init logger simple_logger::SimpleLogger::new() + .env() .init() .context("Failed to init logger")?;