[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
This commit is contained in:
Yaroslav Lobankov 2016-01-11 19:05:25 +03:00
parent e9d8c07e18
commit ca41b996e4

View File

@ -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)