Python SDK Troubleshooting

To enable the debugging function using Python SDK, add the following code to the application:

from openstack import utils
utils.enable_logging(debug=True,stream=sys.stdout)