diff --git a/crates/uv/src/logging.rs b/crates/uv/src/logging.rs index 3ba021d59..47edac78e 100644 --- a/crates/uv/src/logging.rs +++ b/crates/uv/src/logging.rs @@ -123,7 +123,7 @@ pub(crate) fn setup_logging( } Level::Verbose | Level::ExtraVerbose => { // Show `DEBUG` messages from the CLI crate, but allow `RUST_LOG` to override. - Directive::from_str("uv=trace").unwrap() + Directive::from_str("uv=debug").unwrap() } };