Bug 142370 - [Win] Provide tiered logging from MSBuild -- Errors on Top, Warnings after
Summary: [Win] Provide tiered logging from MSBuild -- Errors on Top, Warnings after
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-05 16:30 PST by Brent Fulgham
Modified: 2015-03-05 17:39 PST (History)
4 users (show)

See Also:


Attachments
Patch (3.66 KB, patch)
2015-03-05 17:03 PST, Brent Fulgham
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 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.
Comment 1 Brent Fulgham 2015-03-05 17:03:35 PST
Created attachment 248021 [details]
Patch
Comment 2 Brent Fulgham 2015-03-05 17:39:50 PST
Committed r181125: <http://trac.webkit.org/changeset/181125>