I have a few ideas to improve the build log feature:
1) I would like a way to download a version of the build log that only contains the "raw" information printed out on the console, which means:
[list]
- no time + log level at the beginning of each line
- no information outputted by Quickbuild, such as "Executing post-execute action..."[/list:u]
Basically, this feature would allow me to directly compare a QuickBuild build log to the console output I see on my own computer when building the same project and would help me find and debug differences between what happens on my machine versus the build farm.
2) I would like a filter to only see errors and warnings in a log, which are usually the most important details to look at when attempting to debug a failed build. Maybe add a checkbox in the log section of the dashboard?
Thanks!