Browse code

docs: add a blurb in the single-vm doc about cloud-init log output

I had to poke around for awhile to find /var/log/cloud-init-output.log
so I figured I'd add a sentence in the docs about using that.

Change-Id: I8bb6cb730032e41661ee443da816cbea2b28f76d

Matt Riedemann authored on 2015/09/02 05:20:48
Showing 1 changed files
... ...
@@ -78,6 +78,11 @@ passed as the user-data file when booting the VM.
78 78
 As DevStack will refuse to run as root, this configures ``cloud-init``
79 79
 to create a non-root user and run the ``start.sh`` script as that user.
80 80
 
81
+If you are using cloud-init and you have not
82
+`enabled custom logging <../configuration.html#enable-logging>`_ of the stack
83
+output, then the stack output can be found in
84
+``/var/log/cloud-init-output.log`` by default.
85
+
81 86
 Launching By Hand
82 87
 -----------------
83 88