I’m not a code style purest. I can swap styles with out much complaint. As long as code is in one unified style I am happy. But there is one thing that just doesn’t sit right with me and that’s the dangling comma. Look at it there, just hanging off the end of the last… Continue reading Dangling comma’s are gross
Rsyslog stops logging after logrotate
Are you seeing an empty /var/log/haproxy.traffic.log file after logrotate does it’s business? Perhaps it’s your postrotate script! Several tutorials on the web call “reload” in the logrotate postrotate script. For example the following is old and busted. On my CentOS systems I removed the error redirect and manually ran logrotate with logrotate -v –force /etc/logratate.d/haproxy.… Continue reading Rsyslog stops logging after logrotate