mirror of
https://github.com/openkmip/pykmip
synced 2026-01-08 03:23:21 +00:00
Have ProxyKmipClient use a non-root logger
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user