I wish to see the JSON input/output of the iPhone. How can I do that?
Do I need to set use NSLog() (and where)? Or, set the RestKit logging level (to what)?
NSLog()
Try placing this RKLogConfigureByName("RestKit/Network", RKLogLevelTrace); in your AppDelegate
RKLogConfigureByName("RestKit/Network", RKLogLevelTrace);
You can use Charles - Debugging Proxy