Hello, I currently have Apache sending logs to rsyslog, which then sends the logs both to a local file and to a central syslog server. I've noticed that when using ErrorLog "|/usr/bin/logger -t httpd -p local5.notice", startup messages get logged but shutdown messages get completely ignored/lost. I ran the debug for rsyslog to see what was going on, and it's like rsyslog doesn't receive anything when using that ErrorLog directive for shutdown messages. If I just have ErrorLog "logs/error_log", everything gets logged. Does anybody know what's going on and why the shutdown messages are missing?
[link][1 comment]