Add debugging log docs.

This commit is contained in:
Jeff Zohrab 2016-02-05 22:47:07 -05:00 committed by Jeff Zohrab
parent cb83a3d9df
commit 32a600283a
1 changed files with 6 additions and 0 deletions

View File

@ -57,3 +57,9 @@ option. For example:
```
$ vagrant up --debug
```
Redirect the log output using `&>` to capture both stdout and stderr:
```
$ vagrant up --provision --debug &> vagrant.log
```