Skip to content

Commit b1077e2

Browse files
author
Matthew Fisher
committed
fix(logger): change wildcard syntax
The wildcard syntax is incorrect. The proper syntax is ":omusrmsg:*". See http://lists.adiscon.net/pipermail/rsyslog/2012-October/030846.html
1 parent 6617b70 commit b1077e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logger/templates/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ news.err /var/log/news/news.err
1212
news.notice -/var/log/news/news.notice
1313
*.=debug;auth,authpriv.none;news.none;mail.none -/var/log/debug
1414
*.=info;*.=notice;*.=warn;auth,authpriv.none;cron,daemon.none;mail,news.none -/var/log/messages
15-
*.emerg *
15+
*.emerg :omusrmsg:*

0 commit comments

Comments
 (0)