[TIMOB-7951] iOS: Set minimum log level for app production
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 1.8.2 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Varun Joshi |
Assignee | Unknown |
Created | 2012-03-09T13:05:23.000+0000 |
Updated | 2018-03-06T18:57:55.000+0000 |
Description
Customer has requested a new feature to be included into the platform.
The customer requested a property similar to the Titanium.API.setLogLevel property that exists for Titanium Desktop.
They want to be able to set the log level at production time to something like warn or error, and also eliminate other log statements including NSLog prints for trace and debug that come out of the Titanium native code.
This would include the Ti Platform Debug statements as well.
No comments