diff options
Diffstat (limited to 'freebase/api/httpclients.py')
| -rw-r--r-- | freebase/api/httpclients.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freebase/api/httpclients.py b/freebase/api/httpclients.py index 48af9b6..4626ad6 100644 --- a/freebase/api/httpclients.py +++ b/freebase/api/httpclients.py @@ -24,7 +24,7 @@ class Urllib2Client(object): cookiespy = urllib2.HTTPCookieProcessor(cookiejar) self.opener = urllib2.build_opener(cookiespy) self._raise_service_error = rse - self.log = logging.getLogger() + self.log = logging.getLogger("freebase") def __call__(self, url, method, body, headers): req = urllib2.Request(url, body, headers) |
