telerik / mobile-cli-lib

Contains common infrastructure for CLIs - mainly AppBuilder, NativeScript, DDB and Proton.
Apache License 2.0
11 stars 10 forks source link

Fix iOS11 Simulator log #1016

Closed KristianDD closed 7 years ago

KristianDD commented 7 years ago

Part of the fix for https://github.com/NativeScript/nativescript-cli/issues/3141#issuecomment-333449119.

Log format for iOS 10.3: "Oct 3 19:07:55 machinename cliapp[15339]: CONSOLE LOG file:///app/main-view-model.js:18:20: Test Console fix..."

Log format for iOS 11: "2017-10-09 13:34:38.527844+0300 localhost cliapp[22235]: (NativeScript) CONSOLE LOG file:///app/main-view-model.js:18:20: Test Console fix.."

NathanaelA commented 7 years ago

@KristianDD - If you pass the --style syslog the log from log is almost identical to the old logging.