Skip to main content
Tweeted twitter.com/#!/StackUnix/status/116361347981250560
adjusted title
Link

Is there a way to determine what services usesuse a specific syslog facilities local0-local9facility on RHEL?

Source Link

Is there a way to determine what services uses syslog facilities local0-local9 on RHEL?

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?