]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Consistent logging in the API to better log exceptions
authorLuis A. Garcia <luis@linux.vnet.ibm.com>
Thu, 12 Sep 2013 20:50:56 +0000 (20:50 +0000)
committerLuis A. Garcia <luis@linux.vnet.ibm.com>
Fri, 13 Sep 2013 19:18:57 +0000 (19:18 +0000)
commite093f7c8b69fda6ff312ba99c3b3f4cfeaeb1a57
tree9f38993f836ed215504b8059df010d998a2bf960
parent378d73e6fbfedac73731c7ae2c29e4dde90ef5f4
Consistent logging in the API to better log exceptions

With this patch we log the actual message of an exception instead of its
str() representation. This allows for consistent error logging in the
API.

Fixes bug: #1224646

Change-Id: I3965bffb1c2c2eee0af440d1ecd30ccb3bb958d5
heat/common/wsgi.py