mirror of https://github.com/OpenKMIP/PyKMIP.git
Have ProxyKmipClient use a non-root logger
This commit is contained in:
parent
4e138207af
commit
3d2a7edc94
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue