Harry Hoffman said: > Hi All, > > We've got a linux client running syslog-ng 1.6 sending to a linux server > running syslog-ng 1.5.17 > > For the client I have taken the example redhat conf file and added the > following to it: > destination loghost { tcp("myloghost.fq.dn" port(514)); }; > filter f_filter9 { level(notice); }; try filter f_filter9 { level(notice..emerg); }; nate