Skip to content

Instantly share code, notes, and snippets.

@chmouel
Created September 2, 2011 02:54
Show Gist options
  • Save chmouel/1187833 to your computer and use it in GitHub Desktop.
Save chmouel/1187833 to your computer and use it in GitHub Desktop.
debugging novaclient
import novaclient
from novaclient.v1_1 import client
import logging
ch = logging.StreamHandler()
novaclient.client._logger.setLevel(logging.DEBUG)
novaclient.client._logger.addHandler(ch)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment