Setting level to the Functest logger's parent logger to ensure log output from
authorspisarski <s.pisarski@cablelabs.com>
Tue, 13 Dec 2016 20:24:41 +0000 (13:24 -0700)
committerSteven Pisarski <s.pisarski@cablelabs.com>
Fri, 13 Jan 2017 20:56:36 +0000 (20:56 +0000)
commit3b4930952a84a57a8f2a3a73ae551b7805608a06
treec668b2a63fc21bea4b5871c1948e3fdff6923f8e
parent79edc2be6cd1be4c6add2be55178369adffb065a
Setting level to the Functest logger's parent logger to ensure log output from
Python libraries being used by framework does not get sent to dev/null.

JIRA: FUNCTEST-658

The parent logger is being set to logging.WARN and this is the logger instance
that is being inherited by the upstream libraries.

Change-Id: I35a02a8ea075012ac21e3b5d12d27c0187057b90
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
functest/utils/functest_logger.py