From 0d4d1d4d5c98703065de3cb0fa6c20d970f0e674 Mon Sep 17 00:00:00 2001 From: kjuulh Date: Sun, 6 Jul 2025 20:48:37 +0200 Subject: [PATCH] feat: without logging --- src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index 6cab0b4..377eed4 100644 --- a/src/main.rs +++ b/src/main.rs @@ -38,9 +38,7 @@ pub enum Subcommands { #[tokio::main] async fn main() -> anyhow::Result<()> { tracing_subscriber::fmt() - .with_env_filter( - EnvFilter::from_default_env().add_directive("nossh=debug".parse().unwrap()), - ) + .with_env_filter(EnvFilter::from_default_env()) .init(); let command = Command::parse();