Remote Logging with Rsyslog
RSYSLOG is the rocket-fast system for log processing. After syslog, now rsyslog comes pre-built with the Linux systems, meant for local and remote logging. In any system, you will want to: (a) Log the system and application logs on the local machine, and/or (b) Log the system and application logs to a remote machine Below given are 2 cases, useful for forwarding OS logs and application logs: Forwarding only OS logs Add the below given line at the bottom of the /etc/rsyslog.conf file, and later restart the rsyslog service: ...