Closed MarcoRossignoli closed 1 week ago
@baronfel @rainersigwald it's very unexpected that setting the verbosity flag does not actually cause the CLI to be more verbose.
@marcpopMSFT @baronfel @rainersigwald can we try to address this UX regression in the 9.0.1xx SDK?
We respect the V flag now, it's just that TL has a different opinion on what's 'normal' than the older logger.
Try with -v detailed or -v diag and see if that shows the message you want. With TL we're trying to be much more restricted because people spam messages and the output isn't useful anymore. We want people to issue status and progress messages via the progress API we'll be working on over the medium term.
Try with -v detailed or -v diag and see if that shows the message you want
See https://github.com/dotnet/sdk/issues/43069#issuecomment-2340892513.
Closing as we've made TL respect verbosity (at a detailed or diagnostic level).
dotnet restore -v:n
doesn't show the log.If I disable the terminal logger is fine:
dotnet restore -v:n -tl:off
.NET SDK: Version: 9.0.100-dev Commit: b31edff014 Workload version: 9.0.100-manifests.89dac32e MSBuild version: 17.12.0-preview-24407-03+6bc91d5e2
cc: @mariam-abdulla