Log new KafkaClient under kafka.client until files are merged

This commit is contained in:
Dana Powers
2016-01-25 15:58:37 -08:00
parent 7b5e42bc8b
commit 71a9e65e58

View File

@@ -24,7 +24,7 @@ if six.PY2:
ConnectionError = None
log = logging.getLogger(__name__)
log = logging.getLogger('kafka.client')
class KafkaClient(object):