Comment 0 for bug 1662896

Revision history for this message
Lucas Alvares Gomes (lucasagomes) wrote :

By default the redfish library is extremely verbose. The most basic usage, attempting to connect() to the Redfish manager will dump more than a 1000 (a thousand) lines of debug code on the screen.

For example, see this log: http://paste.openstack.org/show/598091/

All it does is: 1) Create a virtualenv; 2) Install the dependencies; 3) import and connect to the redfish manager (simulator running locally).