1
0
Fork 0

chore: set up direnv for Rust logs and tracing

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2022-12-01 14:28:07 +01:00
parent 545759f407
commit 954ab49e28
Signed by: mfocko
GPG key ID: 7C47D46246790496

2
.envrc Normal file
View file

@ -0,0 +1,2 @@
export RUST_BACKTRACE=full
export RUST_LOG=trace