I'm trying to turn on syslog on all my AIX servers. I got the below example out of a book. I want to write all output to a file called /tmp/syslog.out. I restarted the inetd daemon like I was supposed to and its gathering data. Is there anything I missed as far as items to monitor? Or do the below entries pretty much cover everything?
mail.debug /tmp/syslog.out
mail.none /tmp/syslog.out
auth.notice /tmp/syslog.out
lpr.debug /tmp/syslog.out
kern.debug /tmp/syslog.out
*.emerg;*.alert;*.crit;*.warning;*.err;*.notice;*.info /tmp/syslog.out
Thanks,
Shane Burkhart
mail.debug /tmp/syslog.out
mail.none /tmp/syslog.out
auth.notice /tmp/syslog.out
lpr.debug /tmp/syslog.out
kern.debug /tmp/syslog.out
*.emerg;*.alert;*.crit;*.warning;*.err;*.notice;*.info /tmp/syslog.out
Thanks,
Shane Burkhart