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 c5172cb2..15d82e02 100644
--- a/sfc/lib/results.py
+++ b/sfc/lib/results.py
@@ -8,9 +8,9 @@
# http://www.apache.org/licenses/LICENSE-2.0
#
-import functest.utils.functest_logger as ft_logger
+import logging
-logger = ft_logger.Logger(__name__).getLogger()
+logger = logging.getLogger(__name__)
class Results(object):