diff --git a/src/main.rs b/src/main.rs index f7a0219..d7f1423 100644 --- a/src/main.rs +++ b/src/main.rs @@ -59,6 +59,7 @@ async fn main() -> Result<(), Box> { tracing_subscriber::registry() .with(LevelFilter::INFO) .with(filter_fn(|x| x.target() != "sqlx::query")) + .with(tracing_subscriber::fmt::layer()) .init(); let cfg = ConfigArgs::parse();