diff --git a/website/source/docs/other/debugging.html.md b/website/source/docs/other/debugging.html.md index 3f93204d0..fe6865816 100644 --- a/website/source/docs/other/debugging.html.md +++ b/website/source/docs/other/debugging.html.md @@ -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 +``` \ No newline at end of file