in reply to Sys::Syslog produces no output...
I'm probably too paranoid, but I frequently use config files that look like
Remember that whatever files you choose to send the output, must already exist for syslogd to write to them. Normally, you will change the config file, issue a*.* /dev/console *.* /var/log/my-huge-large-log-file
bash# touch /var/log/my-huge-log-file bash# /etc/rc.d/init.d/syslog restart
|
|---|