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:
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user