summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-06-13 04:46:20 +0000
committerGerrit Code Review <review@openstack.org>2014-06-13 04:46:20 +0000
commit2258cca6c011803a095ab8732b682046a5a65b88 (patch)
tree84f6321acb221a72a0ebc63a7490b158a296cf89
parentba1345660f5094ef84225718bb773195b158563d (diff)
parent8ee5062ceebe807ca31269f4a9f006722a1ba0c6 (diff)
downloadpython-heatclient-2258cca6c011803a095ab8732b682046a5a65b88.tar.gz
Merge "Don't allow "propagate" of heatclient logger"
-rw-r--r--heatclient/common/http.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/heatclient/common/http.py b/heatclient/common/http.py
index 48c83f6..5310115 100644
--- a/heatclient/common/http.py
+++ b/heatclient/common/http.py
@@ -29,6 +29,7 @@ from heatclient.openstack.common import strutils
LOG = logging.getLogger(__name__)
if not LOG.handlers:
LOG.addHandler(logging.StreamHandler())
+ LOG.propagate = False
USER_AGENT = 'python-heatclient'
CHUNKSIZE = 1024 * 64 # 64kB