From 32a600283a7fb9bc7567f9bd896ee7f5e6433de0 Mon Sep 17 00:00:00 2001 From: Jeff Zohrab Date: Fri, 5 Feb 2016 22:47:07 -0500 Subject: [PATCH] Add debugging log docs. --- website/source/docs/other/debugging.html.md | 6 ++++++ 1 file changed, 6 insertions(+) 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