diff --git a/AGENTS.md b/AGENTS.md index 70e660c8f..b203e999b 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -45,7 +45,7 @@ cargo build --workspace # full build cargo build -p # single crate cargo test --workspace # all tests cargo fmt && cargo clippy --workspace --all-targets --all-features # lint -RUST_LOG=lan_mouse=debug cargo run # debug logging +LAN_MOUSE_LOG_LEVEL=debug cargo run # debug logging ``` Run from repo root—no `cd` in scripts.