From a72a9af0e7b21a95a872c3c26648569de43845c7 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 8 Feb 2024 15:03:59 -0700 Subject: [PATCH] Reduce logging in just run --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 0087719..76b58ab 100644 --- a/justfile +++ b/justfile @@ -45,7 +45,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_edit=info RUST_BACKTRACE=full cargo run --release {{args}} # Installs files install: