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

Binary logger should respect verbosity #4543

Open
KirillOsenkov opened this issue Jul 24, 2019 · 1 comment · Fixed by #8805
Open

Binary logger should respect verbosity #4543

KirillOsenkov opened this issue Jul 24, 2019 · 1 comment · Fixed by #8805

Comments

@KirillOsenkov
Copy link
Member

Currently the Binary Logger forces verbosity to diagnostic:
https://github.com/microsoft/msbuild/blob/bd233ed5dd20725c79b16d907634874237267d77/src/MSBuild/XMake.cs#L3043

This has side effects, such as forcing Log Task Inputs and DetailedSummary. We should probably respect the ambient verbosity if specified explicitly. Still default to diagnostic if /bl is specified and the verbosity isn't specified.

@rainersigwald rainersigwald added this to the Backlog milestone Nov 18, 2019
JaynieBai pushed a commit that referenced this issue Jun 2, 2023
The binary logger, when turned on, sets the verbosity to diagnostic. This should not be true if the user explicitly requests another verbosity.

Fixes #4543
@rainersigwald
Copy link
Member

Reopening because we're reverting #8805 to fix #8845.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants