Code Review
/
functest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a574679
)
Fix duplicated output when using the functest logger
67/14967/2
author
jose.lausuch
<jose.lausuch@ericsson.com>
Wed, 1 Jun 2016 12:38:21 +0000
(14:38 +0200)
committer
Jose Lausuch
<jose.lausuch@ericsson.com>
Wed, 1 Jun 2016 14:49:45 +0000
(14:49 +0000)
JIRA: FUNCTEST-275
Change-Id: I49c66521652b31d5bb398ea4013ac061f320d725
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
utils/functest_logger.py
patch
|
blob
|
history
diff --git
a/utils/functest_logger.py
b/utils/functest_logger.py
index
72c4b91
..
b154f56
100644
(file)
--- a/
utils/functest_logger.py
+++ b/
utils/functest_logger.py
@@
-31,6
+31,7
@@
class Logger:
CI_DEBUG = os.getenv('CI_DEBUG')
self.logger = logging.getLogger(logger_name)
+ self.logger.propagate = 0
self.logger.setLevel(logging.DEBUG)
ch = logging.StreamHandler()