I'm working on a client for an Oauth2.0 authenticated REST service deployed on GAE and need to debug the redirects involved (between Oauth2.0 and Blobstore, there's quite a few!). The only documentation I've found for how to use the logging is over at the
gdata docs, but using the example code and classnames provided there doesn't produce any log output. I've tried logging a number of classes, but none have produced any output. What class names should I be using to set up logs? For reference, I'm using NetHttpTransport with a GoogleCredential request initializer. I've tried configuring logs for NetHttpTransport, HttpTransport, HttpRequest, HttpResponse, and GoogleCredential, but none of them produce output.
Thanks,
James