Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18973] Windows: CLI: Reduce the amount of logging when building a Windows project

GitHub Issuen/a
TypeImprovement
PriorityNone
StatusClosed
ResolutionFixed
Resolution Date2015-06-11T22:58:07.000+0000
Affected Version/sRelease 4.1.0
Fix Version/sRelease 4.1.0
ComponentsCLI, Windows
Labelsqe-4.1.0
ReporterEwan Harris
AssigneeDawson Toth
Created2015-06-04T21:08:18.000+0000
Updated2017-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

  1. Dawson Toth 2015-06-10

    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
  2. Dawson Toth 2015-06-10

    Is it OK if I take this one, Kota?
  3. Kota Iguchi 2015-06-10

    [~dtoth] Sure thanks!
  4. Lee Morris 2017-03-20

    Closing ticket as fixed.

JSON Source