justinpaulson / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

No handlers could be found for logger "oauth2client.util" #303

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
This is a request to reopen issue 225, which is apparently not fixed.

Original issue reported on code.google.com by techtonik@gmail.com on 29 Sep 2013 at 6:55

GoogleCodeExporter commented 8 years ago
Adding the following lines should fix the issue:

import logging
logging.basicConfig(filename='debug.log',level=logging.DEBUG)

Obviously you can set the file name and logging level to your preference.

I really wish that whoever responded to issue 225 had put that in, instead of 
making a general reference to "configuring logging for your application".

Best,
SV 

Original comment by dead-Ser...@secdev.com on 3 Sep 2014 at 7:10