From 33acdf1dab1e8f2fdc549162c03d514be06d6695 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Mon, 29 Jan 2024 10:34:19 -0700 Subject: [PATCH] Reduce logs in just run --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index e0b8e0d..6c71d5f 100644 --- a/justfile +++ b/justfile @@ -48,7 +48,7 @@ check-json: (check '--message-format=json') # Run with debug logs run *args: - env RUST_LOG=debug RUST_BACKTRACE=full cargo run --release {{args}} + env RUST_LOG=cosmic_files=debug RUST_BACKTRACE=full cargo run --release {{args}} # Installs files install: