Log WSME as well..

This commit is contained in:
Endre Karlson 2013-03-26 23:51:18 +00:00
parent 1721b057d9
commit b3ba622114

View File

@ -30,6 +30,7 @@ eventlet.monkey_patch()
utils.read_config('billingstack', sys.argv)
logging.setup('billingstack')
logging.setup('wsme')
launcher = service.launch(api_service.Service(),
cfg.CONF['service:api'].workers)