diff --git a/README.md b/README.md index 6366ba5..8d5074d 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ In development, you can use the `.env` file to set environment variables. cargo run # Run with custom log level -RUST_LOG=debug cargo run +APP_LOG_LEVEL=debug cargo run # Build for production cargo build --release