]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Use oslo logging setup.
authorAngus Salkeld <asalkeld@redhat.com>
Mon, 4 Mar 2013 06:00:47 +0000 (17:00 +1100)
committerAngus Salkeld <asalkeld@redhat.com>
Mon, 4 Mar 2013 06:00:47 +0000 (17:00 +1100)
commitf9f11a5bc3f9fd779e665b1d3357113140613154
tree1f0462e0436c7ff9582c7492ecd98f2de8b956ac
parentc538c6b6e4a56209bc54b54b1b9dafd17e388b5d
Use oslo logging setup.

The one reason we kept our own version was because of the qpid
logging that is quite useful. But this is now easily done via
the "default_log_levels" option.

I have setup the api servers with:
 ampqlib,qpid.messaging,keystone,eventlet
and the engine with:
 ampqlib,qpid.messaging,keystone,eventlet,sqlalchemy

bug: 1143629
Change-Id: I04eeab469ab59da550e08188d53b2cfbb576c04d
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
bin/heat-api
bin/heat-api-cfn
bin/heat-api-cloudwatch
bin/heat-engine
heat/common/config.py