Closed KristianDD closed 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.."
@KristianDD - If you pass the --style syslog the log from log is almost identical to the old logging.
--style syslog
log
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.."