Fixing bug 1437
[osm/RO.git] / RO-SDN-odl_openflow / osm_rosdn_odlof / sdnconn_odlof.py
index 190372a..0b13921 100644 (file)
@@ -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"],