pycontribs / python-vagrant

Python bindings for interacting with Vagrant virtual machines.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable debugging output

chrisspen opened this issue · comments

How do you show debugging output from Vagrant? By default, all Vagrant output is hidden. If something goes wrong, all python-vagrant does is throw an error about the command returning a non-zero status, which makes fixing problems nearly impossible.

Have you tried setting the quiet_stdout and quiet_stderr constructor parameters to False?