Skip to content

Commit

Permalink
Merge "Add handler for heatclient.common.http"
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Sep 11, 2013
2 parents 120efdb + ebb57f1 commit 978e3f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions heatclient/common/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@


LOG = logging.getLogger(__name__)
if not LOG.handlers:
LOG.addHandler(logging.StreamHandler())
USER_AGENT = 'python-heatclient'
CHUNKSIZE = 1024 * 64 # 64kB

Expand Down

0 comments on commit 978e3f4

Please sign in to comment.