summaryrefslogtreecommitdiffstats
path: root/core/modules/rsyslogd
diff options
context:
space:
mode:
authorSimon Rettberg2019-04-25 14:22:40 +0200
committerSimon Rettberg2019-04-25 14:22:40 +0200
commit77c803e66df27156f7f7a87aee756280c35616ad (patch)
tree838ec9ce9e6a6233a89fb6735d310e8a261b84f4 /core/modules/rsyslogd
parent[xscreensaver] ash doesn't know -v -- scrap it entirely (diff)
downloadmltk-77c803e66df27156f7f7a87aee756280c35616ad.tar.gz
mltk-77c803e66df27156f7f7a87aee756280c35616ad.tar.xz
mltk-77c803e66df27156f7f7a87aee756280c35616ad.zip
[rsyslogd] rsyslog made me do it!
action '*' treated as ':omusrmsg:*' - please use ':omusrmsg:*' syntax instead, '*' will not be supported in the future [v8.32.0 try http://www.rsyslog.com/e/2184 ]
Diffstat (limited to 'core/modules/rsyslogd')
-rw-r--r--core/modules/rsyslogd/data/etc/rsyslog.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/rsyslogd/data/etc/rsyslog.conf b/core/modules/rsyslogd/data/etc/rsyslog.conf
index 65b4db88..1d7ae3dc 100644
--- a/core/modules/rsyslogd/data/etc/rsyslog.conf
+++ b/core/modules/rsyslogd/data/etc/rsyslog.conf
@@ -61,7 +61,7 @@ news.notice -/var/log/news/news.notice
#
# Emergencies are sent to everybody logged in.
#
-*.emerg *
+*.emerg :omusrmsg:*
#
# I like to have messages displayed on the console, but only on a virtual
# console I usually leave idle.