forked from pool/cloud-init
- bsc#1170154: rsyslog warning, '~' is deprecated
+ replace deprecated syntax '& ~' by '& stop'
for more information please see https://www.rsyslog.com/rsyslog-error-2307/
OBS-URL: https://build.opensuse.org/request/show/808301
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=170
7 lines
255 B
INI
7 lines
255 B
INI
# Log cloudinit generated log messages to file
|
|
:syslogtag, isequal, "[CLOUDINIT]" /var/log/cloud-init.log
|
|
|
|
# comment out the following line to allow CLOUDINIT messages through.
|
|
# Doing so means you'll also get CLOUDINIT messages in /var/log/syslog
|
|
& stop
|