summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-09-19 21:19:43 -0400
committerScott Moser <smoser@ubuntu.com>2012-09-19 21:19:43 -0400
commit94b9647e4df742982cac8a2c2925fb4894281dbf (patch)
treea10d98b98272020401c06d8cbc4be9b0bd256f8e /ChangeLog
parent3912209cdb075b7af8f87c1e41170fd8614ca520 (diff)
parent5eef154928c75499c545c8c242bcf11d9ccf70d1 (diff)
downloadvyos-cloud-init-94b9647e4df742982cac8a2c2925fb4894281dbf.tar.gz
vyos-cloud-init-94b9647e4df742982cac8a2c2925fb4894281dbf.zip
if a logged message fails, fallback to logging to stdout
This most commonly occurs if a user-data script does '/sbin/poweroff' where syslog was being used. Once poweroff is invoked, syslog gets killed and logging would start to show stack traces. This generally tries to continue working instead, but log to stderr.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index aca34d6e..c5dcd418 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
0.7.0:
+ - catch signals and exit rather than stack tracing
+ - if logging fails, enable a fallback logger by patching the logging module
- do not 'start networking' in cloud-init-nonet, but add
cloud-init-container job that runs only if in container and emits
net-device-added (LP: #1031065)