Boring string printed in terminal with new Corona daily build 625

Hi all,

I’ve just download the daily build 925, well, very awesome with the support for iPhone 5 simulator and iOS6.
I have noticed that now each print on corona terminal is preceded by a string with datetime and Corona Simulator, before my print!
e.g.: 2012-09-29 16:09:16.716 Corona Simulator[25896:903] This is my print!

This can be very boring, for example, when you are working with long string print, forcing to enlarge the terminal to large width in order to read the print in a comprehensible way.
There is a way to mute the string and have the print in a old fashion?

Thanks
Ale

[import]uid: 30847 topic_id: 31495 reply_id: 331495[/import]

+1 [import]uid: 40033 topic_id: 31495 reply_id: 125843[/import]

I believe this is a result of the Corona SDK using NSLog to log messages. I don’t believe they have any control over this. They were forced to use NSLog so that corona messages will be printed to the xcode terminal as normal.

Regards,
Brian Reinhart [import]uid: 158289 topic_id: 31495 reply_id: 125876[/import]

Version 3.0.5 of Corona Project Manager strips that stuff out so all you see are the results of your print statements (user configurable in case you like seeing that stuff on each line).

That version should be released in just a couple days. That feature is available on the free version as well as the paid version.

Jay [import]uid: 9440 topic_id: 31495 reply_id: 125900[/import]

+1 [import]uid: 40033 topic_id: 31495 reply_id: 125843[/import]

I believe this is a result of the Corona SDK using NSLog to log messages. I don’t believe they have any control over this. They were forced to use NSLog so that corona messages will be printed to the xcode terminal as normal.

Regards,
Brian Reinhart [import]uid: 158289 topic_id: 31495 reply_id: 125876[/import]

Version 3.0.5 of Corona Project Manager strips that stuff out so all you see are the results of your print statements (user configurable in case you like seeing that stuff on each line).

That version should be released in just a couple days. That feature is available on the free version as well as the paid version.

Jay [import]uid: 9440 topic_id: 31495 reply_id: 125900[/import]