GestureEnvironment logging is too much

With Xcode 8 beta 2, there is now a large amount of logging for gestures. Example:


2016-07-05 18:10:39.522569 Shell[98198:4964812] [GestureEnvironment] removing gesture from environment <UISwipeGestureRecognizer: 0x7f9765c10ba0>


Anyone know how to shut that off? My logging (shows up in Xcode's console) is getting lost amongst all that noise.

Replies

As they say, betas tend to be chatty. Did you opt-in to feedback to Apple?

I'm getting multiple lines of logging without doing any gestures. It would be nice to know how to turn it off; my logging is getting lost too.

Among others I get hundreds of log lines like this in my log, burying all of my useful logs:


2016-07-11 17:08:13.871397 Where To[50695:7589226] [User Defaults] CFPrefsManagedSource<0x6000000e3980> (Domain: /Users/***/Library/Developer/CoreSimulator/Devices/D69E5299-EF5C-45D2-8AA2-C99193A24972/data/Library/Preferences/com.apple.GEO, User: kCFPreferencesCurrentUser, ByHost: Yes, Container: (null)) is waiting for writes to complete so it can determine if new data is available

Apple engrs. have confirmed this and claim they are working on it - maybe in a later beta things will quiet down, but right now, they seem to need that noise as part of the usual data gathering that accompanies all betas.