Creating a Syslog-NG client

Procedure 47.  Configuring a Syslog-NG client
  1. Modify /etc/syslog-ng/syslog-ng.conf:

    1. Make the system log to the syslog server:

      log { source(src); destination(syslog_server); }; 1
      	      

      1

      Make sure to put this at the top of the list of log statements, before any statements that carry final flags.