[TIMOB-18973] Windows: CLI: Reduce the amount of logging when building a Windows project
GitHub Issue | n/a |
Type | Improvement |
Priority | None |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-11T22:58:07.000+0000 |
Affected Version/s | Release 4.1.0 |
Fix Version/s | Release 4.1.0 |
Components | CLI, Windows |
Labels | qe-4.1.0 |
Reporter | Ewan Harris |
Assignee | Dawson Toth |
Created | 2015-06-04T21:08:18.000+0000 |
Updated | 2017-03-20T16:32:53.000+0000 |
Description
Description
When building a Windows Project, even when the cli.logLevel is set to *info*, there is a lot of logging. I have attached the build output from ti build -p android -T device --build-only
and ti build -p windows -T wp-device
for comparison. For a brief summary when copying the output from both builds from terminal, the android build logging is around 100 lines and the Windows build logging is around 800 lines.
Steps To Reproduce
1. Create an project using ti create
2. Build the project for android using ti build -p android -T device --build-only
3. Build the project for windows using ti build -p windows -T device
Actual Result
The amount of logging for Windows on the *info* log level is incredibly high in comparison to other platforms
Expected Result
The info log level should only provide the bare minimum for logging
Comments
JSON Source
Started a PR for this -- improved the output from MSBuilder as that's where most of the chatter was coming from. Will improve it more based on Chris' comment. https://github.com/appcelerator/titanium_mobile_windows/pull/275
Is it OK if I take this one, Kota?
[~dtoth] Sure thanks!
Closing ticket as fixed.