Fixing bug 1437
[osm/RO.git] / RO-SDN-odl_openflow / osm_rosdn_odlof / odl_of.py
index 355ec7a..7cf7ee2 100644 (file)
@@ -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")