Merge "[Gates] Avoid duplication in logging"

This commit is contained in:
Jenkins 2016-01-13 09:19:49 +00:00 committed by Gerrit Code Review
commit aabea3a243

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)