Created
September 2, 2011 02:54
-
-
Save chmouel/1187833 to your computer and use it in GitHub Desktop.
debugging novaclient
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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