Remove duplicate setup_logging()
This is already done in load_paste_app() Fixes #146 Change-Id: I3631b7ade06c8b142960abbf9c172461fae93a56 Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
This commit is contained in:
parent
bb92e62581
commit
cfd1232038
@ -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)
|
||||
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user