浏览代码

BatcaveClient: use default logger

Helge Jung 9 年之前
父节点
当前提交
76c707f1b5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/batcave/client.py

+ 1 - 1
modules/batcave/client.py

@@ -11,7 +11,7 @@ class BatcaveClient(object):
         assert url.endswith("/"), "BATCAVE URL must end with slash."
 
         self.base_url = url
-        self.logger = logging.getLogger('BATCAVE')
+        self.logger = logging.getLogger()
 
     def __load_response(self, url, error_context):
         raw_data = None