Add debugging log docs.
This commit is contained in:
parent
cb83a3d9df
commit
32a600283a
|
@ -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
|
||||
```
|
Loading…
Reference in New Issue