On this line: https://github.com/DataDog/integrations-core/blob/master/network/check.py#L438 This should be `self.log` rather than `self.logger`. As it is, this raises ``` AttributeError: 'Network' object has no attribute 'logger' ```
On this line:
https://github.com/DataDog/integrations-core/blob/master/network/check.py#L438
This should be
self.lograther thanself.logger. As it is, this raises