You might want to try looking for syslog-ng.conf.
If anything the following command should help out;
find /etc -type f -name "syslog*.conf" 2>/dev/null
If that doesn't work, find out what syslog daemon you're using
(there's "syslog", "syslog-ng")
ps -ef | grep syslog
Maybe check the manual page;
man syslog
Last edited by xeleema; 08-19-2010 at 03:03 PM.
|