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: