[rsyslog] Error during config processing: STOP is followed by unreachable statements

2016-09-22 Thread Saint Germain
Hello, I am using rsyslog 8.16 on Debian Jessie (package is coming from backports) and I have trouble filtering my logs. I wanted to filter out the following logs in /var/log/syslog: systemd[1]: Starting Cleanup of Temporary Directories... systemd[1]: Failed to reset devices.list on /system.slic

[rsyslog] Compile warning advice

2016-09-22 Thread mosto...@gmail.com
Hi While building rsyslog I'm getting a probably-false warning: rsyslogd.c: In function 'writePidFile': rsyslogd.c:185:2: warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result [-Wunused-result] asprintf((char **)&tmpPidFile, "%s.tmp", PidFile); ^ Checki