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: