diff --git a/server/src/main.rs b/server/src/main.rs index 208813b..3aa9c5e 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -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()