We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 196fc87 commit 89c1473Copy full SHA for 89c1473
src/main.rs
@@ -22,7 +22,7 @@ async fn main(
22
db_pool: sqlx::PgPool,
23
) -> ShuttleSerenity {
24
tracing_subscriber::registry()
25
- .with(fmt::layer().with_span_events(FmtSpan::ACTIVE))
+ .with(fmt::layer().with_span_events(FmtSpan::NEW | FmtSpan::CLOSE))
26
.with(
27
EnvFilter::try_from_default_env()
28
.unwrap_or_else(|_| EnvFilter::new("zbus=warn,serenity=warn,info")),
0 commit comments