Corona Terminal Problem

With recent builds, there’s extra terminal output:
2012-12-11 21:08:15.943 Corona Simulator[816:707] …and then print output.

Is there a way to suppress this information in the terminal? All I want to see is print statement output.

Thanks. [import]uid: 1560 topic_id: 33897 reply_id: 333897[/import]

No. You can thank Apple for this. Starting with iOS6, standard print statements were no longer begin shown in the device console log which meant debugging on device became impossible. We had to change the prints to use the standard system logging feature.

The date/time stamp and additional info are the results of using NS_LOG and can’t be avoided.
[import]uid: 199310 topic_id: 33897 reply_id: 134806[/import]

Doh! Great question and fair and appreciated answer… [import]uid: 131622 topic_id: 33897 reply_id: 134822[/import]

Thanks, Rob. That’s really annoying. [import]uid: 1560 topic_id: 33897 reply_id: 134829[/import]

No. You can thank Apple for this. Starting with iOS6, standard print statements were no longer begin shown in the device console log which meant debugging on device became impossible. We had to change the prints to use the standard system logging feature.

The date/time stamp and additional info are the results of using NS_LOG and can’t be avoided.
[import]uid: 199310 topic_id: 33897 reply_id: 134806[/import]

Doh! Great question and fair and appreciated answer… [import]uid: 131622 topic_id: 33897 reply_id: 134822[/import]

Thanks, Rob. That’s really annoying. [import]uid: 1560 topic_id: 33897 reply_id: 134829[/import]

To return to this thread, this Stack Overflow post suggests there is a way to alter Corona Terminal output:

http://stackoverflow.com/questions/14870822/how-can-i-rewrite-the-terminal-output-of-a-program

I have not tried it yet, but it looks promising.

To return to this thread, this Stack Overflow post suggests there is a way to alter Corona Terminal output:

http://stackoverflow.com/questions/14870822/how-can-i-rewrite-the-terminal-output-of-a-program

I have not tried it yet, but it looks promising.