tracing fixes

This commit is contained in:
Steve Waterworth
2018-01-31 10:11:58 +00:00
parent c333b82256
commit 417ffb4645
8 changed files with 30 additions and 18 deletions

View File

@@ -46,5 +46,5 @@ if __name__ == "__main__":
sh.setLevel(logging.INFO)
app.logger.addHandler(sh)
app.logger.setLevel(logging.INFO)
port = int(os.getenv("PAYMENT_PORT", "8080"))
port = int(os.getenv("SHOP_PAYMENT_PORT", "8080"))
app.run(host='0.0.0.0', port=port)