Improve logging in Python client (#480)

* improve logging in python client

* update samples
This commit is contained in:
William Cheng
2018-07-10 22:12:09 +08:00
committed by GitHub
parent 0a2131d2d3
commit 0d952b79db
11 changed files with 12 additions and 50 deletions

6
bin/python-petstore-all.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
# update python petstore clients
./bin/python-asyncio-petstore.sh
./bin/python-petstore.sh
./bin/python-tornado-petstore.sh