Debugging Vagrant.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 23 Jul 2018 02:04:34 +0300
changeset 2259 584447bfdc99
parent 2258 6e4989c98825
child 2260 17837e17130b
Debugging Vagrant.
vagrant.rst
--- a/vagrant.rst	Wed Jul 11 22:41:01 2018 +0300
+++ b/vagrant.rst	Mon Jul 23 02:04:34 2018 +0300
@@ -51,6 +51,11 @@
 
   $ vagrant box remove laravel/homestead --box-version 1.1.0
 
+To get list of boxes with corresponding versions::
+
+  $ vagrant box list
+  $ vagrant global-status
+
 https://www.vagrantup.com/docs/cli/box.html
   Command: ``vagrant box``.
 https://www.vagrantup.com/docs/boxes/versioning.html
@@ -64,6 +69,15 @@
 https://github.com/hashicorp/vagrant/wiki/Available-Vagrant-Plugins
   List of vagrant plugins.
 
+Debugging Vagrant
+=================
+
+Add environment variavle::
+
+  VAGRANT_LOG=warn vagrant ssh
+  VAGRANT_LOG=info vagrant ssh
+  VAGRANT_LOG=debug vagrant ssh
+
 Running individual provisioning scripts
 =======================================