mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-03 05:03:46 +00:00
Reworks how log verbosity flags work. * `<no argument>` is the same, equivalent to `RUST_LOG=off` * `-v` is the same, equivalent to `RUST_LOG=uv=debug` * `-vv` is now equivalent to `RUST_LOG=uv=trace` (previously it only enabled more log message context) * `-vvv` is now equivalent to `RUST_LOG=trace` (previously it was equivalent to `-vv`) The "more context" that `-vv` had has been moved to an orthogonal setting via an environment variable. Setting `UV_LOG_CONTEXT=1` will add the extra context that `-vv` did. In the future we may make these more granular as we try to use `info!/warn!` more. Fixes #1569 |
||
|---|---|---|
| .. | ||
| .overrides | ||
| assets | ||
| concepts | ||
| configuration | ||
| getting-started | ||
| guides | ||
| js | ||
| pip | ||
| reference | ||
| stylesheets | ||
| .gitignore | ||
| index.md | ||
| requirements-insiders.in | ||
| requirements-insiders.txt | ||
| requirements.in | ||
| requirements.txt | ||