Codingmentor Developer's Forum

Full Version: Quick Log server configuration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Edit /etc/sysconfig/syslog on the server and set

Quote:
SYSLOGD_PARAMS=”-r”


The -r option allows remote machine to log to syslog. On the client machine, edit /etc/syslog.conf and add the line(s)

Quote:
*.* @server


Don’t forget to restart the syslog on both machines after the above editing.

Reference URL's