Date: 2016jan12
OS: Linux
Product: rsyslog
Q. Linux: How can I fix: www rsyslogd: warning: ~ action is deprecated, consider using the 'stop' statement instead [v8.10.0 try
http://www.rsyslog.com/e/2307 ]
A. Just replace "~" with "stop".
For example:
:programname, isequal, "audit" ~
Becomes:
:programname, isequal, "audit" stop