fix copied code to be applicable to this codebase

This commit is contained in:
Oliver Atkinson 2024-07-25 13:17:03 -06:00
parent 54c533abff
commit 4d3a41db43

View File

@ -16,7 +16,7 @@ async fn main() {
// Start the tracing subscriber // Start the tracing subscriber
let filter = EnvFilter::builder() let filter = EnvFilter::builder()
.parse("room_clocks=trace,poem=debug,tokio=warn") .parse("discord_egress=trace,tokio=warn")
.expect("Could not create env filter.") .expect("Could not create env filter.")
; ;