mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
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:
parent
9c07c3fc5b
commit
7868d5df95
2 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
///
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue