Grammar
This commit is contained in:
parent
ea6e21a550
commit
d5f2799649
|
@ -58,8 +58,9 @@ option. For example:
|
||||||
$ vagrant up --debug
|
$ vagrant up --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
Redirect the log output using `&>` to capture both stdout and stderr:
|
If you are saving the output to a file, you may need to redirect stderr and
|
||||||
|
stdout using `&>`:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ vagrant up --provision --debug &> vagrant.log
|
$ vagrant up --debug &> vagrant.log
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue