Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Thank you, I tried it immediately. I found a good reference also at rsyslog.com/doc/rsyslog_conf_filter.html ... unfortunately, it doesnt work: rsyslog ignores the line (which I put before the /var/log/messages line) Commented Jan 23, 2014 at 8:30
  • got it! You only missed that avahi-daemon is not in :msg, but in :syslogtag, so the correct line is ':syslogtag, contains, "avahi-daemon" ~', and it works! Commented Jan 23, 2014 at 9:34
  • Cheers -- did not know about those distinctions! I've edited in some stuff for posterity. Commented Jan 23, 2014 at 10:18