feat: without logging
This commit is contained in:
parent
e8c315f3b8
commit
0d4d1d4d5c
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user