OK, this has to be super easy, but I am just not seeing it:
Why doesn't this selector work right?
*.*;local2.warning;local3,local4,local5.none |/var/log/syslog;debug
To me, this should mean:
log everything, but only warning and above on local2, and nothing from local3,4,5
What I don't get is: the local3,4,5.none part is working, but I am still getting local2.notice messages:
local2.notice<149>: <149>cfengine:fms01[27156]: Cannot access file/directory /conf/foo.conf
here is the test1 template (made for debug)
$template debug,"%PRI-text%: %rawmsg%\n"
What am I doing wrong here? I know there's probably a more complex way, but I was hoping to keep it simple with just a selector line.

