← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~powersj/cloud-init:fix-rsyslog into cloud-init:master

 

Joshua Powers has proposed merging ~powersj/cloud-init:fix-rsyslog into cloud-init:master.

Commit message:
rsyslog: replace ~ with stop

The discard action (tilde character) has been replaced by the
“stop” RainerScript directive. It is considered more intuitive and
offers slightly better performance.

LP: #1367899

Requested reviews:
  cloud init development team (cloud-init-dev)

For more details, see:
https://code.launchpad.net/~powersj/cloud-init/+git/cloud-init/+merge/322326

See: http://www.rsyslog.com/doc/v8-stable/compatibility/v7compatibility.html#omruleset-and-discard-action-are-deprecated
-- 
Your team cloud init development team is requested to review the proposed merge of ~powersj/cloud-init:fix-rsyslog into cloud-init:master.
diff --git a/tools/21-cloudinit.conf b/tools/21-cloudinit.conf
index c65325c..150d800 100644
--- a/tools/21-cloudinit.conf
+++ b/tools/21-cloudinit.conf
@@ -3,4 +3,4 @@
 
 # comment out the following line to allow CLOUDINIT messages through.
 # Doing so means you'll also get CLOUDINIT messages in /var/log/syslog
-& ~
+& stop

Follow ups