mirror of https://github.com/astral-sh/uv
Reset default `-v` level to debug (#3120)
Fixup from https://github.com/astral-sh/uv/pull/2815/files#diff-9b6f8f13cfc3c9d7ef554182fa52c7466fa6037da54a97c03855b6068b481848L127-R127
This commit is contained in:
parent
7688f464c8
commit
c9eefc0833
|
|
@ -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()
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue