Update octodns/provider/fastdns.py

Co-Authored-By: Ross McFarland <[email protected]>
This commit is contained in:
basirjamil
2019-07-19 14:33:23 -04:00
committed by GitHub
parent d53eb7ad8e
commit 91e7ac6d36
+1 -1
View File
@@ -181,7 +181,7 @@ class AkamaiProvider(BaseProvider):
def __init__(self, id, client_secret, host, access_token, client_token,
contract_id=None, gid=None, *args, **kwargs):
self.log = logging.getLogger('AkamaiProvider[{}]'.format(id))
self.log = getLogger('AkamaiProvider[{}]'.format(id))
self.log.debug('__init__: id=%s, ')
super(AkamaiProvider, self).__init__(id, *args, **kwargs)