Running app in the simulator in a new shine xcode 8 noticed that there are a lot of extra information that is coming from the logs.
To disable it and see regular logs do the following:
1. Click on your project name and select “Edit Scheme”
2. Add environment variable OS_ACTIVITY_MODE and set it to “disable”

Woooo, your logs should be clean now!