Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dotnet restore -v:n doesn't show the log #42835

Open
MarcoRossignoli opened this issue Aug 19, 2024 · 4 comments
Open

dotnet restore -v:n doesn't show the log #42835

MarcoRossignoli opened this issue Aug 19, 2024 · 4 comments
Assignees
Labels
Area-CLI untriaged Request triage from a team member

Comments

@MarcoRossignoli
Copy link
Member

MarcoRossignoli commented Aug 19, 2024

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: b31edff
Workload version: 9.0.100-manifests.89dac32e
MSBuild version: 17.12.0-preview-24407-03+6bc91d5e2

cc: @mariam-abdulla

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-CLI untriaged Request triage from a team member labels Aug 19, 2024
@MarcoRossignoli MarcoRossignoli changed the title dotnet restore -v:n doesn't shown the log dotnet restore -v:n doesn't show the log Aug 19, 2024
@tmds
Copy link
Member

tmds commented Sep 5, 2024

@baronfel @rainersigwald it's very unexpected that setting the verbosity flag does not actually cause the CLI to be more verbose.

@tmds
Copy link
Member

tmds commented Sep 10, 2024

@marcpopMSFT @baronfel @rainersigwald can we try to address this UX regression in the 9.0.1xx SDK?

@baronfel
Copy link
Member

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.

@tmds
Copy link
Member

tmds commented Sep 10, 2024

Try with -v detailed or -v diag and see if that shows the message you want

See #43069 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-CLI untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

3 participants