1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Update octodns/provider/fastdns.py

Co-Authored-By: Ross McFarland <ross@github.com>
This commit is contained in:
basirjamil
2019-07-19 14:33:23 -04:00
committed by GitHub
parent d53eb7ad8e
commit 91e7ac6d36

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)