Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting of RUST_LOG documentation #10053

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Viicos
Copy link
Contributor

@Viicos Viicos commented Dec 20, 2024

Summary

Test Plan

@Viicos Viicos changed the title Fix formatting of RUST_LOG Fix formatting of RUST_LOG documentation Dec 20, 2024
@samypr100
Copy link
Collaborator

👋 thanks for your contribution. This file is automatically generated using https://github.com/astral-sh/uv/blob/main/crates/uv-dev/src/generate_env_vars_reference.rs. The documentation exists in

/// If set, uv will use this value as the log level for its `--verbose` output. Accepts
/// 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.
///
/// See the [tracing documentation](https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#example-syntax)
/// for more.
pub const RUST_LOG: &'static str = "RUST_LOG";

@samypr100 samypr100 added the documentation Improvements or additions to documentation label Dec 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants