konsti
2024-04-18 15:34:04 +02:00
committed by GitHub
parent 7688f464c8
commit c9eefc0833
+1 -1
View File
@@ -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()
}
};