aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/lib/cleanup.py
diff options
context:
space:
mode:
Diffstat (limited to 'sfc/lib/cleanup.py')
-rw-r--r--sfc/lib/cleanup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfc/lib/cleanup.py b/sfc/lib/cleanup.py
index 7a2f4053..ca802da3 100644
--- a/sfc/lib/cleanup.py
+++ b/sfc/lib/cleanup.py
@@ -1,11 +1,11 @@
import sys
import time
-import logging
import sfc.lib.openstack_utils as os_sfc_utils
import sfc.lib.odl_utils as odl_utils
+from opnfv.utils import opnfv_logger as logger
-logger = logging.getLogger(__name__)
+logger = logger.Logger(__name__).getLogger()
def delete_odl_resources(odl_ip, odl_port, resource):