[TIMOB-12420] CLI: Change iOS logging calls from debug() to info() on full rebuilds
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-01-27T02:26:27.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Release 3.0.2, Release 3.1.0, 2013 Sprint 02 JS, 2013 Sprint 02 |
Components | CLI |
Labels | cli, ios |
Reporter | Tony Lukasavage |
Assignee | Chris Barber |
Created | 2013-01-24T22:45:09.000+0000 |
Updated | 2017-03-14T18:36:16.000+0000 |
Description
Currently all the logging calls in the
checkIfShouldForceRebuild()
function in ios's \_build.js module are debug() calls. I feel that a forced rebuild has a large enough impact on build time that it merits listing the output as an info() call, so that developers will see it by default, rather than only when they increase their log level to "debug". Clarity on these messages can significantly improve the user experience as they provide good, actionable information.
PR submitted: https://github.com/appcelerator/titanium_mobile/pull/3777
Master pull request: https://github.com/appcelerator/titanium_mobile/pull/3796 3.0.x pull request: https://github.com/appcelerator/titanium_mobile/pull/3797
To test: 1) create a project 2) build a project 3) change something like the
Closing ticket as fixed.