summaryrefslogtreecommitdiffstats
path: root/sfc/lib/results.py
diff options
context:
space:
mode:
Diffstat (limited to 'sfc/lib/results.py')
-rw-r--r--sfc/lib/results.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/sfc/lib/results.py b/sfc/lib/results.py
index 2673099b..2f2edfc0 100644
--- a/sfc/lib/results.py
+++ b/sfc/lib/results.py
@@ -7,10 +7,9 @@
#
# http://www.apache.org/licenses/LICENSE-2.0
#
+import logging
-from opnfv.utils import opnfv_logger as logger
-
-logger = logger.Logger(__name__).getLogger()
+logger = logging.getLogger(__name__)
class Results(object):