mirror of
https://github.com/OpenKMIP/PyKMIP.git
synced 2025-07-26 15:34:01 +02:00
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.
|
Optional, defaults to None.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
self.logger = logging.getLogger()
|
self.logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
self.attribute_factory = attributes.AttributeFactory()
|
self.attribute_factory = attributes.AttributeFactory()
|
||||||
self.object_factory = factory.ObjectFactory()
|
self.object_factory = factory.ObjectFactory()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user