Reduce logs in just run

This commit is contained in:
Jeremy Soller 2024-01-29 10:34:19 -07:00
parent eede1c773d
commit 33acdf1dab
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

@ -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: