Reduce logging in just run

This commit is contained in:
Jeremy Soller 2024-02-08 15:03:59 -07:00
parent 53f88f7de3
commit a72a9af0e7
No known key found for this signature in database
GPG key ID: D02FD439211AF56F

View file

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