fix: add stdout layer
This commit is contained in:
parent
3b7951154f
commit
7e9cafa110
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
|
|||
tracing_subscriber::registry()
|
||||
.with(LevelFilter::INFO)
|
||||
.with(filter_fn(|x| x.target() != "sqlx::query"))
|
||||
.with(tracing_subscriber::fmt::layer())
|
||||
.init();
|
||||
|
||||
let cfg = ConfigArgs::parse();
|
||||
|
|
Loading…
Reference in a new issue