summaryrefslogtreecommitdiff
path: root/docs/platform
diff options
context:
space:
mode:
Diffstat (limited to 'docs/platform')
-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
--------