diff --git a/cloud-init.changes b/cloud-init.changes index 00a7d01..8db4ae4 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed May 20 11:23:04 UTC 2020 - Martin Loviska + +- bsc#1170154: rsyslog warning, '~' is deprecated + + replace deprecated syntax '& ~' by '& stop' + for more information please see https://www.rsyslog.com/rsyslog-error-2307/ + ------------------------------------------------------------------- Tue May 19 11:51:18 UTC 2020 - Joachim Gleissner diff --git a/rsyslog-cloud-init.cfg b/rsyslog-cloud-init.cfg index b47ffe5..6e8cc7f 100644 --- a/rsyslog-cloud-init.cfg +++ b/rsyslog-cloud-init.cfg @@ -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