diff --git a/proxy/src/main.rs b/proxy/src/main.rs index c96ca2a171..8bf81ee2b7 100644 --- a/proxy/src/main.rs +++ b/proxy/src/main.rs @@ -43,6 +43,7 @@ async fn flatten_err( async fn main() -> anyhow::Result<()> { tracing_subscriber::fmt() .with_ansi(atty::is(atty::Stream::Stdout)) + .with_env_filter(tracing_subscriber::EnvFilter::from_default_env()) .with_target(false) .init();