Have ProxyKmipClient use a non-root logger

This commit is contained in:
Tim Burke 2018-06-22 11:07:50 -07:00
parent 4e138207af
commit 3d2a7edc94
1 changed files with 1 additions and 1 deletions

View File

@ -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()