This commit is contained in:
link2xt
2024-05-18 22:23:24 +00:00
parent 7aad78e894
commit 013eaba47f

View File

@@ -65,10 +65,7 @@ async fn main_impl() -> Result<()> {
tracing_subscriber::registry() tracing_subscriber::registry()
.with(tracing_subscriber::fmt::layer().with_writer(std::io::stderr)) .with(tracing_subscriber::fmt::layer().with_writer(std::io::stderr))
.with( .with(EnvFilter::builder().from_env_lossy())
EnvFilter::builder()
.from_env_lossy(),
)
.try_init() .try_init()
.ok(); .ok();