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

Proposed by Joshua Powers
Status: Merged
Merged at revision: b613de733fa7cfbf94666410f252b640019be205
Proposed branch: ~powersj/cloud-init:fix-rsyslog
Merge into: cloud-init:master
Diff against target: 10 lines (+1/-1)
1 file modified
tools/21-cloudinit.conf (+1/-1)
Reviewer Review Type Date Requested Status
Scott Moser Approve
Server Team CI bot continuous-integration Approve
Review via email: mp+322326@code.launchpad.net

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.

The tilde operator was deprecated in rsyslog 7. Distributions
using rsyslog older than that will need to patch.

LP: #1367899

To post a comment you must log in.
Revision history for this message
Server Team CI bot (server-team-bot) wrote :
review: Approve (continuous-integration)
Revision history for this message
Scott Moser (smoser) :
review: Approve

There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/tools/21-cloudinit.conf b/tools/21-cloudinit.conf
2index c65325c..150d800 100644
3--- a/tools/21-cloudinit.conf
4+++ b/tools/21-cloudinit.conf
5@@ -3,4 +3,4 @@
6
7 # comment out the following line to allow CLOUDINIT messages through.
8 # Doing so means you'll also get CLOUDINIT messages in /var/log/syslog
9-& ~
10+& stop

Subscribers

People subscribed via source and target branches