From e46ef7d2f8c7335544a685bbb01986e5fa87f1dc Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Thu, 9 Jul 2015 12:37:04 -0600 Subject: [PATCH] Document debugging the launcher --- .../source/v2/other/environmental-variables.html.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/website/docs/source/v2/other/environmental-variables.html.md b/website/docs/source/v2/other/environmental-variables.html.md index c7099a6b7..b42e6774d 100644 --- a/website/docs/source/v2/other/environmental-variables.html.md +++ b/website/docs/source/v2/other/environmental-variables.html.md @@ -9,7 +9,15 @@ Vagrant has a set of environmental variables that can be used to configure and control it in a global way. This page lists those environmental variables. -## VAGRANT\_CHECKPOINT\_DISABLE +## VAGRANT\_DEBUG\_LAUNCHER + +For performance reasons, especially for Windows users, Vagrant uses a static +binary to launch the actual Vagrant process. If you have _very_ early issues +when launching Vagrant from the official installer, you can specify the +`VAGRANT_DEBUG_LAUNCHER` environment variable to output debugging information +about the launch process. + +## VAGRANT\_CHECKPOINT\_DISABLE Vagrant does occasional network calls to check whether the version of Vagrant that is running locally is up to date. We understand that software making remote