chore: Set RUST_LOG to something sensible by default when running with cargo
All checks were successful
Build and deploy / build (push) Successful in 10m21s
Build and deploy / Deploy container (push) Successful in 37s

This commit is contained in:
2025-09-05 03:33:34 +02:00
parent c2ba4ffbb5
commit 34175a20bd

2
.cargo/config.toml Normal file
View File

@@ -0,0 +1,2 @@
[env]
RUST_LOG = "automation=debug"