X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=RO-SDN-odl_openflow%2Fosm_rosdn_odlof%2Fsdnconn_odlof.py;h=0b1392185d626f00c017fadba006a38f8bbd505d;hb=3f8f2f4707c2a5095fd5cb9cc6602e7e9f33dbd8;hp=190372a87ac6f1cd94b6ff8b31172f2367bc0f8b;hpb=92afe3c1b80b3df35e9883a04ea03ed8dfe5a6a1;p=osm%2FRO.git diff --git a/RO-SDN-odl_openflow/osm_rosdn_odlof/sdnconn_odlof.py b/RO-SDN-odl_openflow/osm_rosdn_odlof/sdnconn_odlof.py index 190372a8..0b139218 100644 --- a/RO-SDN-odl_openflow/osm_rosdn_odlof/sdnconn_odlof.py +++ b/RO-SDN-odl_openflow/osm_rosdn_odlof/sdnconn_odlof.py @@ -29,7 +29,7 @@ class SdnConnectorOdlOf(SdnConnectorOpenFlow): def __init__(self, wim, wim_account, config=None, logger=None): """Creates a connectivity based on pro-active openflow rules """ - self.logger = logging.getLogger('openmano.sdnconn.odlof') + self.logger = logging.getLogger('ro.sdn.odlof') super().__init__(wim, wim_account, config, logger) of_params = { "of_url": wim["wim_url"],