This commit is contained in:
Brad Stein 2025-06-16 00:00:38 -05:00
parent 91fb85bfa8
commit 6c0327dbf3

View File

@ -99,7 +99,7 @@ async fn main() -> anyhow::Result<()> {
Ok(())
}
fmt()
fmt!()
.with_env_filter(
// honour RUST_LOG but fall back to very chatty defaults
EnvFilter::try_from_default_env()