Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document RUST_LOG=trace for additional logging verbosity (#1670)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary This improves Contributing documentation to specifically mention `trace` level logging can be obtained via `RUST_LOG=trace uv …` as mentioned here: #1569 (comment) ## Test Plan Compare the output of ``` uv pip install --verbose requests ``` and ``` RUST_LOG=trace uv pip install --verbose requests ```
- Loading branch information