I am currently logging all haproxy information to local0 and loca1 facilities (depending on message level).
At the moment, logging gets properly routed to the haproxy logs 'err.log' and 'general.log', but duplicate entries also get placed in /var/log/messages
I want to turn off local0.* and local1.* messages to the /var/log/messages file, but I want to make sure no other service uses these facilities.
Is there a way find out which services use a specific facility on RHEL 5?