RESOLVED FIXED 142370
[Win] Provide tiered logging from MSBuild -- Errors on Top, Warnings after
https://bugs.webkit.org/show_bug.cgi?id=142370
Summary [Win] Provide tiered logging from MSBuild -- Errors on Top, Warnings after
Brent Fulgham
Reported 2015-03-05 16:30:05 PST
MSBuild has the ability to output multiple logs with different filters. To make our logging more useful for quick review, I dialed the logging level back to errors only. However, we should also include warnings. Unfortunately, there is no built-in "errors and warnings" logging level. Instead, lets log errors to one log file, warnings to another, and concatenate them (errors first) when our existing AssembleBuildLogs command runs at the end of the build.
Attachments
Patch (3.66 KB, patch)
2015-03-05 17:03 PST, Brent Fulgham
dino: review+
Brent Fulgham
Comment 1 2015-03-05 17:03:35 PST
Brent Fulgham
Comment 2 2015-03-05 17:39:50 PST
Note You need to log in before you can comment on or make changes to this bug.