summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-01-14 13:18:14 -0500
committerScott Moser <smoser@ubuntu.com>2014-01-14 13:18:14 -0500
commit08b50a6ea239f480493f202c563d788cabb92380 (patch)
treecf92f1ad69b48f2f1f9aabbd34aced6ae345f7a3 /ChangeLog
parentb9314a18a052e934643c93b81dc938b3e5b69307 (diff)
downloadvyos-cloud-init-08b50a6ea239f480493f202c563d788cabb92380.tar.gz
vyos-cloud-init-08b50a6ea239f480493f202c563d788cabb92380.zip
provide default 'output' setting to log to /var/log/cloud-init-output.log
This has been "best practice" for quite some time, and its a common request of "where is the output of my user-data programs". http://askubuntu.com/questions/345344/where-are-the-logs-for-my-user-data-script-cloud-init
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8029f9af..1c240c68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,8 @@
(LP: #1260072).
- Azure: minor changes in logging output. ensure filenames are strings (not
unicode).
+ - config/cloud.cfg.d/05_logging.cfg: provide a default 'output' setting, to
+ redirect cloud-init stderr and stdout /var/log/cloud-init-output.log.
0.7.4:
- fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
partitioned block device with target filesystem on ephemeral0.1.