summaryrefslogtreecommitdiff
path: root/docs/platform/development.md
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-10-30 12:19:00 -0400
committerMicah Anderson <micah@riseup.net>2013-10-30 12:19:00 -0400
commit6a7be1d5248c6768ad09c36ee16c892c591fe621 (patch)
tree21ff822b599b376261254bda8aee3fd2fa8026e5 /docs/platform/development.md
parentc324708da9e9f66c66c02d8406cf8818d49bf83f (diff)
add information about debugging
Diffstat (limited to 'docs/platform/development.md')
-rw-r--r--docs/platform/development.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/platform/development.md b/docs/platform/development.md
index d517988..38e7260 100644
--- a/docs/platform/development.md
+++ b/docs/platform/development.md
@@ -230,6 +230,13 @@ Install vagrant-libvirt plugin and add box
vagrant plugin install sahara
vagrant box add leap-wheezy https://downloads.leap.se/leap-debian-libvirt.box
+
+Debugging
+---------
+
+If you get an error in any of the above commands, try to get some debugging information, it will often tell you what is wrong. In order to get debugging logs, you simply need to re-run the command that produced the error but prepend the command with VAGRANT_LOG=info, for example:
+ VAGRANT_LOG=info vagrant box add leap-wheezy https://downloads.leap.se/leap-debian-libvirt.box
+
Start it
--------