X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FRO.git;a=blobdiff_plain;f=RO-SDN-odl_openflow%2Fosm_rosdn_odlof%2Fodl_of.py;h=7cf7ee26b6aea404060ec628036ad4264b1b3210;hp=355ec7accd05ac2dcfac0e2fac8346ca7c702b73;hb=e493e9b91720e5116e00b4c06cf66c767bccce2f;hpb=239714b6df49d5d88a099e57006f1ac6e58a57a1 diff --git a/RO-SDN-odl_openflow/osm_rosdn_odlof/odl_of.py b/RO-SDN-odl_openflow/osm_rosdn_odlof/odl_of.py index 355ec7ac..7cf7ee26 100644 --- a/RO-SDN-odl_openflow/osm_rosdn_odlof/odl_of.py +++ b/RO-SDN-odl_openflow/osm_rosdn_odlof/odl_of.py @@ -82,7 +82,7 @@ class OfConnOdl(OpenflowConn): self.auth = self.auth.decode() self.headers['authorization'] = 'Basic ' + self.auth - self.logger = logging.getLogger('openmano.sdnconn.onosof') + self.logger = logging.getLogger('ro.sdn.onosof') # self.logger.setLevel(getattr(logging, params.get("of_debug", "ERROR"))) self.logger.debug("odlof plugin initialized")