konsti 2024-04-18 15:34:04 +02:00 committed by GitHub
parent 7688f464c8
commit c9eefc0833
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ pub(crate) fn setup_logging(
} }
Level::Verbose | Level::ExtraVerbose => { Level::Verbose | Level::ExtraVerbose => {
// Show `DEBUG` messages from the CLI crate, but allow `RUST_LOG` to override. // 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()
} }
}; };