Binary logger should respect verbosity
Open
Area: Logging
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.