From 4d3a41db43405af926d54426412965ececa790a0 Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Thu, 25 Jul 2024 13:17:03 -0600 Subject: [PATCH] fix copied code to be applicable to this codebase --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") ;