From 34175a20bd2db0601067b316ff4a88baa4e0b5bc Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 5 Sep 2025 03:33:34 +0200 Subject: [PATCH] chore: Set RUST_LOG to something sensible by default when running with cargo --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..69d2c54 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[env] +RUST_LOG = "automation=debug"