[ALOY-523] On errors running from titanium CLI, you get double log severity labels
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-04-12T20:53:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.2.0, 2013 Sprint 08 |
Components | Titanium SDK |
Labels | qe-testadded |
Reporter | Jeff Haynie |
Assignee | Tony Lukasavage |
Created | 2013-02-17T08:10:05.000+0000 |
Updated | 2014-06-22T13:21:23.000+0000 |
Description
Double [ERROR] in logs. Should only be one.Comments
- Tony Lukasavage 2013-04-12 Resolved here: https://github.com/appcelerator/alloy/commit/b39aa7118744dfd1270efeab1c503735aad17e3d
- Federico Casali 2013-08-08
Issue is verified as fixed.
[ERROR] is displayed single.
For example:
Environment: Titanium SDK 3.1.2.v20130807171139 Alloy 1.2.0-alpha6 Appcelerator Studio 3.1.2.201308071912 CLI 3.1.2-alpha Node 0.10.13 With previous 3.1.1 and 1.1.3 it was displayed double:[ERROR] Error parsing XML file. [ERROR] end tag name: Alloy is not match the current start tagName:undefined [ERROR] @#[line:7,col:11] [ERROR] Alloy compiler failed
[ERROR] [ERROR] Error parsing XML file. [ERROR] [ERROR] end tag name: Alloy is not match the current start tagName:undefined [ERROR] [ERROR] @#[line:7,col:11] [ERROR] Alloy compiler failed