diff --git a/kmip/pie/client.py b/kmip/pie/client.py index 4295e43..bb648b1 100644 --- a/kmip/pie/client.py +++ b/kmip/pie/client.py @@ -93,7 +93,7 @@ class ProxyKmipClient(object): Optional, defaults to None. """ - self.logger = logging.getLogger() + self.logger = logging.getLogger(__name__) self.attribute_factory = attributes.AttributeFactory() self.object_factory = factory.ObjectFactory()