New log messages appear in detailed log
Open
Area: Debuggability
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
Description
The recently added property-reassignment message, for example
```
Property reassignment: $(PlatformToolset)="v140" (previous value: "v100") at f:\test\ConsoleApplication1\ConsoleApplication1\ConsoleApplication1.vcxproj (16,5)
```
is present in log levels `Detailed` and higher, but is a) noisy and b) a fairly advanced debugging feature.
It would be nice if this message was demoted to appear only in the `Diagnostic` log.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.