Lines Matching defs:LOG
33 LOG = logging.getLogger(__name__)
78 LOG.debug("Preparing device (%s) filter", port['device'])
89 LOG.debug("Updating device (%s) filter", port['device'])
93 LOG.debug("Removing device (%s) filter", port['device'])
103 LOG.debug("Update rules of security group %s(%s)" % (sg_id, sg_rules))
107 LOG.debug("Update members of security group %s(%s)" %
124 LOG.info(_LI("Could not find port: %s. Failed to remove PF rules "
127 LOG.debug("Removing PF rules for device_name(%s)" % device_name)
259 LOG.debug("Expanding rule: %s with remote IPs: %s" %
322 LOG.debug("Adding rules for Port: %s", port)
326 LOG.info(_LI("Could not find port: %s on the OVS bridge. Failed "
348 LOG.debug("Converting %s IPv4 SG rules: %s" %
352 LOG.debug("... to %s IPv4 PF rules: %s" % (direction, ipv4_pf_rules))
353 LOG.debug("Converting %s IPv6 SG rules: %s" %
357 LOG.debug("... to %s IPv6 PF rules: %s" % (direction, ipv6_pf_rules))