diff --git a/src/main.rs b/src/main.rs index e1b55c2..21c3b3d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,7 +16,7 @@ async fn main() { // Start the tracing subscriber let filter = EnvFilter::builder() - .parse("room_clocks=trace,poem=debug,tokio=warn") + .parse("discord_egress=trace,tokio=warn") .expect("Could not create env filter.") ;