From 6a7be1d5248c6768ad09c36ee16c892c591fe621 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Wed, 30 Oct 2013 12:19:00 -0400 Subject: add information about debugging --- docs/platform/development.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/platform') 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 -------- -- cgit v1.2.3