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