From ca41b996e46ee7e39c365399da971a305accfc41 Mon Sep 17 00:00:00 2001 From: Yaroslav Lobankov Date: Mon, 11 Jan 2016 19:05:25 +0300 Subject: [PATCH] [Gates] Avoid duplication in logging If you take a look, for example, at this log file [1], you will see that log messages are duplicated. So this patch is intended to fix this issue. [1] http://logs.openstack.org/97/266297/1/check/gate-rally-dsvm-verify-light/b2e9c40/console.html#_2016-01-12_11_46_41_956 Change-Id: Ibf4823ca6b1d690074766b9cb7a04ca40543eabc --- tests/ci/rally_verify.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ci/rally_verify.py b/tests/ci/rally_verify.py index eb73b003..82bb6581 100755 --- a/tests/ci/rally_verify.py +++ b/tests/ci/rally_verify.py @@ -25,7 +25,6 @@ from rally.cli import envutils from rally.ui import utils LOG = logging.getLogger(__name__) -LOG.addHandler(logging.StreamHandler()) LOG.setLevel(logging.DEBUG)