Fix formatting of RUST_LOG documentation (#10053)

<!--
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

<!-- What's the purpose of the change? What does it do, and why? -->

## Test Plan

<!-- How was it tested? -->
This commit is contained in:
Victorien 2025-01-29 00:31:10 +01:00 committed by GitHub
parent 9c07c3fc5b
commit 7868d5df95
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -516,6 +516,7 @@ impl EnvVars {
/// any filter compatible with the `tracing_subscriber` crate.
///
/// For example:
///
/// * `RUST_LOG=uv=debug` is the equivalent of adding `--verbose` to the command line
/// * `RUST_LOG=trace` will enable trace-level logging.
///

View file

@ -496,6 +496,7 @@ If set, uv will use this value as the log level for its `--verbose` output. Acce
any filter compatible with the `tracing_subscriber` crate.
For example:
* `RUST_LOG=uv=debug` is the equivalent of adding `--verbose` to the command line
* `RUST_LOG=trace` will enable trace-level logging.