Reduce logs in just run
This commit is contained in:
parent
eede1c773d
commit
33acdf1dab
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
|
@ -48,7 +48,7 @@ check-json: (check '--message-format=json')
|
||||||
|
|
||||||
# Run with debug logs
|
# Run with debug logs
|
||||||
run *args:
|
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
|
# Installs files
|
||||||
install:
|
install:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue