]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Remove duplicate setup_logging()
authorAngus Salkeld <asalkeld@redhat.com>
Wed, 20 Jun 2012 04:01:29 +0000 (14:01 +1000)
committerAngus Salkeld <asalkeld@redhat.com>
Wed, 20 Jun 2012 04:01:29 +0000 (14:01 +1000)
This is already done in load_paste_app()

Fixes #146

Change-Id: I3631b7ade06c8b142960abbf9c172461fae93a56
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
bin/heat-api
bin/heat-metadata

index 4fb905d72c2d910f87c7dabdd2a0148a180c17a1..2fe28816bed53ead7a0b54521e10825f1eb3cb33 100755 (executable)
@@ -47,7 +47,6 @@ if __name__ == '__main__':
         conf(project='heat', prog='heat-api')
         config.FLAGS = conf
         rpc.configure(conf)
-        config.setup_logging(conf)
 
         app = config.load_paste_app(conf)
 
index 1eb180de157b31fedba621a9239f652f7d673641..beb5b1e80f75b5fbe134d15da8851092db251670 100755 (executable)
@@ -62,7 +62,6 @@ if __name__ == '__main__':
         conf(project='heat', prog='heat-metadata')
         config.FLAGS = conf
         rpc.configure(conf)
-        config.setup_logging(conf)
 
         app = config.load_paste_app(conf)