xdissent / iectrl

Command line interface and Node module for managing ievms virtual machines
http://xdissent.github.io/iectrl
MIT License
198 stars 14 forks source link

Add debug flag #32

Open tomkel opened 8 years ago

tomkel commented 8 years ago

iectrl should have an option to allow the user to see what it's doing, like in ievms. When calling iectrl there is no output. If the program hangs, the user has no way of knowing.

I was able to get some output by debugging to console.log by default.

chafnan commented 8 years ago

It's not ideal, but set this variable in your console for debug messages.

export DEBUG='iectrl:*'