Updated logging

This commit is contained in:
quexeky
2024-10-15 11:04:50 +11:00
parent 8a2d23df26
commit b3963b60b5
5 changed files with 107 additions and 4 deletions
+4
View File
@@ -8,5 +8,9 @@ Install dependencies with `yarn`
Run the app in development with `yarn tauri dev`. NVIDIA users on Linux, use the environment variable in `.env`
To manually specify the logging level, add the environment variable `RUST_LOG=[debug, info, warn, error]` to `yarn tauri dev`:
e.g. `RUST_LOG=debug yarn taudi dev`
## Contributing
Check the original Drop repo for contributing guidelines.